#77570A

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

Shades of Raw Umber #77570A

Tints of Raw Umber #77570A

Color information

#77570A (or 0x77570A) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 0A. RGB value is (119,87,10). Sum of RGB (Red+Green+Blue) = 119+87+10=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77570A is #88A8F5. Grayscale: #585858. Windows color (decimal): -8956150 or 677751. OLE color: 677751.

HSL color Cylindrical-coordinate representation of color #77570A: hue angle of 42.39º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77570A is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1198710-
CMYK00.270.920.53
HSL42.39º84.5%25.29%-
HSV(B)42.39º91.6%46.67%-
XYZ11.0710.761.78-
YUV87.7984.1150.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=55.09%
G=40.28%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119871000.270.920.5342.3984.525.29
Hex7757A01B5C352a5419
Octal16712712033134655212431
Binary1110111101011110100110111011100110101101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77570A; }

 p { color: rgb(119,87,10); }

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

<style>
 a { background-color: #77570A; }

 a { background-color: rgb(119,87,10); }

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

<style>
 span { border-color: #77570A; }

 span { border-color: rgb(119,87,10); }

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