#774B12

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

Shades of Raw Umber #774B12

Tints of Raw Umber #774B12

Color information

#774B12 (or 0x774B12) is unknown color: approx Raw Umber. HEX triplet: 77, 4B and 12. RGB value is (119,75,18). Sum of RGB (Red+Green+Blue) = 119+75+18=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #774B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B12 is #88B4ED. Grayscale: #515151. Windows color (decimal): -8959214 or 1198967. OLE color: 1198967.

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

Color convert

RGB1197518-
CMYK00.370.850.53
HSL33.86º73.72%26.86%-
HSV(B)33.86º84.87%46.67%-
XYZ10.2391.77-
YUV81.6692.08154.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=56.13%
G=35.38%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119751800.370.850.5333.8673.7226.86
Hex774B120255535224a1b
Octal16711322045125654211233
Binary111011110010111001001001011010101110101100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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