Html Css Color HEX #76570C Raw Umber

📋 copy color: '#76570C'

red 118 ◦ green 87 ◦ blue 12

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

Shades of Raw Umber #76570C

Tints of Raw Umber #76570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

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

R = 54.38%
G = 40.09%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76570C (or 0x76570C) is known color: Raw Umber. HEX triplet: 76, 57 and 0C. RGB value is (118,87,12). Sum of RGB (Red+Green+Blue) = 118+87+12=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570C is #89A8F3. Grayscale: #585858. Windows color (decimal): -9021684 or 808822. OLE color: 808822.

HSL color Cylindrical-coordinate representation of color #76570C: hue angle of 42.45º 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 #76570C is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 12 -
CMYK 0 0.26 0.90 0.54
HSL 42.45º 0.82% 0.25% -
HSV(B) 42.45º 0.9% 0.46% -
XYZ 10.95 10.69 1.84 -
YUV 87.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 118 87 12 0 0.26 0.90 0.54 42.45 0.82 0.25
Hex 76 57 C 0 1A 5A 36 2A 52 19
Octal 166 127 14 0 32 132 66 52 122 31
Binary 1110110 1010111 1100 0 11010 1011010 110110 101010 1010010 11001

Color Harmonies of #76570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76570C

Black with #76570C

Text Example


Text Example

White with #76570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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