#77560C

Color #77560C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #77560C

Tints of Raw Umber #77560C

Color information

#77560C (or 0x77560C) is unknown color: approx Raw Umber. HEX triplet: 77, 56 and 0C. RGB value is (119,86,12). Sum of RGB (Red+Green+Blue) = 119+86+12=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77560C is #88A9F3. Grayscale: #575757. Windows color (decimal): -8956404 or 808567. OLE color: 808567.

HSL color Cylindrical-coordinate representation of color #77560C: hue angle of 41.5º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77560C is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1198612-
CMYK00.280.900.53
HSL41.5º81.68%25.69%-
HSV(B)41.5º89.92%46.67%-
XYZ1110.61.81-
YUV87.4385.43150.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=54.84%
G=39.63%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119861200.280.900.5341.581.6825.69
Hex7756C01C5A3529521a
Octal16712614034132655112232
Binary1110111101011011000111001011010110101101001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,86,12); }

 H1.HeaderClassName
 {
   color: #77560C;
 }
 .AnyTagClassName
 {
   color: #77560C;
 }
</style>
background-color css

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

 a { background-color: rgb(119,86,12); }

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

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

 span { border-color: rgb(119,86,12); }

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