#77450A

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

Shades of Raw Umber #77450A

Tints of Raw Umber #77450A

Color information

#77450A (or 0x77450A) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 0A. RGB value is (119,69,10). Sum of RGB (Red+Green+Blue) = 119+69+10=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77450A is #88BAF5. Grayscale: #4D4D4D. Windows color (decimal): -8960758 or 673143. OLE color: 673143.

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

Color convert

RGB1196910-
CMYK00.420.920.53
HSL32.48º84.5%25.29%-
HSV(B)32.48º91.6%46.67%-
XYZ9.798.21.35-
YUV77.2290.06157.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=60.10%
G=34.85%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119691000.420.920.5332.4884.525.29
Hex7745A02A5C35205419
Octal16710512052134654012431
Binary11101111000101101001010101011100110101100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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