#774D0C

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

Shades of Raw Umber #774D0C

Tints of Raw Umber #774D0C

Color information

#774D0C (or 0x774D0C) is unknown color: approx Raw Umber. HEX triplet: 77, 4D and 0C. RGB value is (119,77,12). Sum of RGB (Red+Green+Blue) = 119+77+12=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #774D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D0C is #88B2F3. Grayscale: #525252. Windows color (decimal): -8958708 or 806263. OLE color: 806263.

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

Color convert

RGB1197712-
CMYK00.350.900.53
HSL36.45º81.68%25.69%-
HSV(B)36.45º89.92%46.67%-
XYZ10.339.261.59-
YUV82.1588.41154.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=57.21%
G=37.02%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119771200.350.900.5336.4581.6825.69
Hex774DC0235A3524521a
Octal16711514043132654412232
Binary11101111001101110001000111011010110101100100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D0C; }

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

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

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

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

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

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

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

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