COLOR #76510C

HEX: #76510C
RGB: (118,81,12)

Color info

#76510C contains mainly red and green colors. Web safe color of #76510C is #666600 (or #660).

RGB color model

#76510C color RGB value is (118,81,12).

  • red value is 118;
  • green value is 81;
  • blue value is 12.
RGB:
(118,81,12)
(46%,32%,5%)

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 12 of 255 = 5%

118
81
12

R + G + B ~ 28%. #76510C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 12 = 211 (100%)
R 118 of 211 ~ 55.92%
G 81 of 211 ~ 38.39%
B 12 of 211 ~ 5.69%

%55.92
%38.39

CMYK color model

#76510C color CMYK value is (0,31,90,54).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 89.83%
  • key color value is 53.73%
CMYK:
(0,31,90,54)
C0M31Y90K54 
(0%,31%,90%,54%)
(0.00/0.31/0.90/0.54)	

CMYK percentages

%0
%31.36
%89.83
%53.73

Codes

Color #76510C in popluar color models

76510C
RGB1188112
HSL39°81.54%25.49%
HSB/HSV39°89.83%46.27%
CMYK0.00%31.36%89.83%
53.73%

Color #76510C in popluar number systems.

HEX76510C
Decimal1188112
Binary111011010100011100
Octal16612114

Shades and tints

Shades of #76510C

#76510C
(118,81,12)
#6C4A0B
(108,74,11)
#62430A
(98,67,10)
#583C09
(88,60,9)
#4E3508
(78,53,8)
#442E07
(68,46,7)
#3A2706
(58,39,6)
#302005
(48,32,5)
#261904
(38,25,4)
#1C1203
(28,18,3)
#120B02
(18,11,2)
#000000
(0,0,0)

Tints of #76510C

#76510C
(118,81,12)
#826022
(130,96,34)
#8E6F38
(142,111,56)
#9A7E4E
(154,126,78)
#A68D64
(166,141,100)
#B29C7A
(178,156,122)
#BEAB90
(190,171,144)
#CABAA6
(202,186,166)
#D6C9BC
(214,201,188)
#E2D8D2
(226,216,210)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76510C color. Also use rgb(118,81,12) instead hex code.

Text Font Color

.myTextColor { color: #76510C; }

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

This text font color is #76510C.


Background Color

.myBgColor { background-color: #76510C; }

<div style="background-color:#76510C">Inner text</div>

This div background color is #76510C.


Border color

.myBorderColor { border: 1px solid #76510C; }

<div style="border:3px solid #76510C">Div</div>

This div border color is #76510C.


Opacity

.myOpacity80 { color: #76510C; opacity: 0.8; }

<p style="color:#76510C;opacity:0.8;">80%</p>

Text with #76510C 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 #76510C;}

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

This text has shadow with #76510C color.

.textShadow {text-shadow: 3px 3px 1px #76510C, 3px 3px 1px red;}

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

This text has shadow with #76510C primary color and red secondary color.


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

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

This text has shadow with #76510C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76510C on black background.


Color preview on white background

This text has color #76510C on white background.



Black color preview on #76510C background

This text has black color on #76510C background.


White color preview on #76510C background

This text has white color on #76510C background.