#774A12

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

Shades of Raw Umber #774A12

Tints of Raw Umber #774A12

Color information

#774A12 (or 0x774A12) is unknown color: approx Raw Umber. HEX triplet: 77, 4A and 12. RGB value is (119,74,18). Sum of RGB (Red+Green+Blue) = 119+74+18=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #774A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A12 is #88B5ED. Grayscale: #515151. Windows color (decimal): -8959470 or 1198711. OLE color: 1198711.

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

Color convert

RGB1197418-
CMYK00.380.850.53
HSL33.27º73.72%26.86%-
HSV(B)33.27º84.87%46.67%-
XYZ10.178.861.75-
YUV81.0792.41155.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=56.40%
G=35.07%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119741800.380.850.5333.2773.7226.86
Hex774A120265535214a1b
Octal16711222046125654111233
Binary111011110010101001001001101010101110101100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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