#774812

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

Shades of Raw Umber #774812

Tints of Raw Umber #774812

Color information

#774812 (or 0x774812) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 12. RGB value is (119,72,18). Sum of RGB (Red+Green+Blue) = 119+72+18=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #774812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774812 is #88B7ED. Grayscale: #505050. Windows color (decimal): -8959982 or 1198199. OLE color: 1198199.

HSL color Cylindrical-coordinate representation of color #774812: hue angle of 32.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #774812 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1197218-
CMYK00.390.850.53
HSL32.08º73.72%26.86%-
HSV(B)32.08º84.87%46.67%-
XYZ10.038.61.7-
YUV79.993.07155.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=56.94%
G=34.45%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119721800.390.850.5332.0873.7226.86
Hex7748120275535204a1b
Octal16711022047125654011233
Binary111011110010001001001001111010101110101100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774812; }

 p { color: rgb(119,72,18); }

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

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

 a { background-color: rgb(119,72,18); }

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

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

 span { border-color: rgb(119,72,18); }

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