#774004

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

Shades of Raw Umber #774004

Tints of Raw Umber #774004

Color information

#774004 (or 0x774004) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 04. RGB value is (119,64,4). Sum of RGB (Red+Green+Blue) = 119+64+4=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #774004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774004 is #88BFFB. Grayscale: #494949. Windows color (decimal): -8962044 or 278647. OLE color: 278647.

HSL color Cylindrical-coordinate representation of color #774004: hue angle of 31.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #774004 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119644-
CMYK00.460.970.53
HSL31.3º93.5%24.12%-
HSV(B)31.3º96.64%46.67%-
XYZ9.467.61.08-
YUV73.688.72160.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=63.64%
G=34.22%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964400.460.970.5331.393.524.12
Hex7740402E61351f5d18
Octal1671004056141653713530
Binary111011110000001000101110110000111010111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774004; }

 p { color: rgb(119,64,4); }

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

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

 a { background-color: rgb(119,64,4); }

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

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

 span { border-color: rgb(119,64,4); }

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