#77460A

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

Shades of Raw Umber #77460A

Tints of Raw Umber #77460A

Color information

#77460A (or 0x77460A) is unknown color: approx Raw Umber. HEX triplet: 77, 46 and 0A. RGB value is (119,70,10). Sum of RGB (Red+Green+Blue) = 119+70+10=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77460A is #88B9F5. Grayscale: #4E4E4E. Windows color (decimal): -8960502 or 673399. OLE color: 673399.

HSL color Cylindrical-coordinate representation of color #77460A: hue angle of 33.03º 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 #77460A is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1197010-
CMYK00.410.920.53
HSL33.03º84.5%25.29%-
HSV(B)33.03º91.6%46.67%-
XYZ9.858.321.37-
YUV77.8189.73157.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=59.80%
G=35.18%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119701000.410.920.5333.0384.525.29
Hex7746A0295C35215419
Octal16710612051134654112431
Binary11101111000110101001010011011100110101100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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