Html Css Color HEX #76540C Raw Umber

📋 copy color: '#76540C'

red 118 ◦ green 84 ◦ blue 12

#76540C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #76540C

Tints of Raw Umber #76540C

RGB

 RED value IS 118 (46.48% from 255) = 55.14%

 GREEN value IS 84 (33.2% from 255) = 39.25%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 55.14%
G = 39.25%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76540C (or 0x76540C) is known color: Raw Umber. HEX triplet: 76, 54 and 0C. RGB value is (118,84,12). Sum of RGB (Red+Green+Blue) = 118+84+12=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76540C is #89ABF3. Grayscale: #565656. Windows color (decimal): -9022452 or 808054. OLE color: 808054.

HSL color Cylindrical-coordinate representation of color #76540C: hue angle of 40.75º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76540C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 12 -
CMYK 0 0.29 0.90 0.54
HSL 40.75º 0.82% 0.25% -
HSV(B) 40.75º 0.9% 0.46% -
XYZ 10.71 10.22 1.76 -
YUV 85.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 118 84 12 0 0.29 0.90 0.54 40.75 0.82 0.25
Hex 76 54 C 0 1D 5A 36 29 52 19
Octal 166 124 14 0 35 132 66 51 122 31
Binary 1110110 1010100 1100 0 11101 1011010 110110 101001 1010010 11001

Color Harmonies of #76540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76540C

Black with #76540C

Text Example


Text Example

White with #76540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76540C; }

 p { color: rgb(118,84,12); }

 H1.HeaderClassName
 {
   color: #76540C;
 }
 .AnyTagClassName
 {
   color: #76540C;
 }
</style>

background-color css

<style>
 a { background-color: #76540C; }

 a { background-color: rgb(118,84,12); }

 div.DivClassName
 {
   background-color: #76540C;
 }
 .BgClassName
 {
   background-color: #76540C;
 }
</style>

border-color css

<style>
 span { border-color: #76540C; }

 span { border-color: rgb(118,84,12); }

 td.TdClassName
 {
   border-color: #76540C;
 }
 .TagClassName
 {
   border-color: #76540C;
 }
</style>