COLOR #75751B

HEX: #75751B
RGB: (117,117,27)

Color info

#75751B contains mainly red and green colors. Web safe color of #75751B is #666633 (or #663).

RGB color model

#75751B color RGB value is (117,117,27).

  • red value is 117;
  • green value is 117;
  • blue value is 27.
RGB:
(117,117,27)
(46%,46%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 27 of 255 = 11%

117
117
27

R + G + B ~ 34%. #75751B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 27 = 261 (100%)
R 117 of 261 ~ 44.83%
G 117 of 261 ~ 44.83%
B 27 of 261 ~ 10.34%

%44.83
%44.83
%10.34

CMYK color model

#75751B color CMYK value is (0,0,77,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,0,77,54)
C0M0Y77K54 
(0%,0%,77%,54%)
(0.00/0.00/0.77/0.54)	

CMYK percentages

%0
%0
%76.92
%54.12

Codes

Color #75751B in popluar color models

75751B
RGB11711727
HSL60°62.50%28.24%
HSB/HSV60°76.92%45.88%
CMYK0.00%0.00%76.92%
54.12%

Color #75751B in popluar number systems.

HEX75751B
Decimal11711727
Binary1110101111010111011
Octal16516533

Shades and tints

Shades of #75751B

#75751B
(117,117,27)
#6B6B19
(107,107,25)
#616117
(97,97,23)
#575715
(87,87,21)
#4D4D13
(77,77,19)
#434311
(67,67,17)
#39390F
(57,57,15)
#2F2F0D
(47,47,13)
#25250B
(37,37,11)
#1B1B09
(27,27,9)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #75751B

#75751B
(117,117,27)
#81812F
(129,129,47)
#8D8D43
(141,141,67)
#999957
(153,153,87)
#A5A56B
(165,165,107)
#B1B17F
(177,177,127)
#BDBD93
(189,189,147)
#C9C9A7
(201,201,167)
#D5D5BB
(213,213,187)
#E1E1CF
(225,225,207)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75751B color. Also use rgb(117,117,27) instead hex code.

Text Font Color

.myTextColor { color: #75751B; }

<p style="color:#75751B">This sample text font color is #75751B.</p>

This text font color is #75751B.


Background Color

.myBgColor { background-color: #75751B; }

<div style="background-color:#75751B">Inner text</div>

This div background color is #75751B.


Border color

.myBorderColor { border: 1px solid #75751B; }

<div style="border:3px solid #75751B">Div</div>

This div border color is #75751B.


Opacity

.myOpacity80 { color: #75751B; opacity: 0.8; }

<p style="color:#75751B;opacity:0.8;">80%</p>

Text with #75751B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75751B;}

<p style="text-shadow: 3px 3px 1px #75751B">Text here.</p>

This text has shadow with #75751B color.

.textShadow {text-shadow: 3px 3px 1px #75751B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75751B, 5px 5px 20px red">Text here.</p>

This text has shadow with #75751B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75751B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75751B, Direction=45, Strength=4)">Text</p>

This text has shadow with #75751B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75751B;
  -webkit-box-shadow:	1px 1px 3px 2px #75751B;
  box-shadow:		1px 1px 3px 2px #75751B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75751B;
-webkit-box-shadow: 1px 1px 3px 2px #75751B;
box-shadow:1px 1px 3px 2px #75751B;">
Div content here</div>
This div box has shadow with color #75751B.

Preview

Color preview on black background

This text has color #75751B on black background.


Color preview on white background

This text has color #75751B on white background.



Black color preview on #75751B background

This text has black color on #75751B background.


White color preview on #75751B background

This text has white color on #75751B background.