#77580C

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

Shades of Raw Umber #77580C

Tints of Raw Umber #77580C

Color information

#77580C (or 0x77580C) is unknown color: approx Raw Umber. HEX triplet: 77, 58 and 0C. RGB value is (119,88,12). Sum of RGB (Red+Green+Blue) = 119+88+12=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77580C is #88A7F3. Grayscale: #585858. Windows color (decimal): -8955892 or 809079. OLE color: 809079.

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

Color convert

RGB1198812-
CMYK00.260.900.53
HSL42.62º81.68%25.69%-
HSV(B)42.62º89.92%46.67%-
XYZ11.1610.931.87-
YUV88.684.77149.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=54.34%
G=40.18%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119881200.260.900.5342.6281.6825.69
Hex7758C01A5A352b521a
Octal16713014032132655312232
Binary1110111101100011000110101011010110101101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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