#774718

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

Shades of Raw Umber #774718

Tints of Raw Umber #774718

Color information

#774718 (or 0x774718) is unknown color: approx Raw Umber. HEX triplet: 77, 47 and 18. RGB value is (119,71,24). Sum of RGB (Red+Green+Blue) = 119+71+24=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #774718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774718 is #88B8E7. Grayscale: #505050. Windows color (decimal): -8960232 or 1591159. OLE color: 1591159.

HSL color Cylindrical-coordinate representation of color #774718: hue angle of 29.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #774718 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1197124-
CMYK00.400.800.53
HSL29.68º66.43%28.04%-
HSV(B)29.68º79.83%46.67%-
XYZ10.038.491.98-
YUV79.9996.4155.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=55.61%
G=33.18%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119712400.400.800.5329.6866.4328.04
Hex77471802850351e421c
Octal16710730050120653610234
Binary11101111000111110000101000101000011010111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774718; }

 p { color: rgb(119,71,24); }

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

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

 a { background-color: rgb(119,71,24); }

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

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

 span { border-color: rgb(119,71,24); }

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