#774404

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

Shades of Raw Umber #774404

Tints of Raw Umber #774404

Color information

#774404 (or 0x774404) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 04. RGB value is (119,68,4). Sum of RGB (Red+Green+Blue) = 119+68+4=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774404 is #88BBFB. Grayscale: #4C4C4C. Windows color (decimal): -8961020 or 279671. OLE color: 279671.

HSL color Cylindrical-coordinate representation of color #774404: hue angle of 33.39º 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 #774404 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119684-
CMYK00.430.970.53
HSL33.39º93.5%24.12%-
HSV(B)33.39º96.64%46.67%-
XYZ9.78.061.16-
YUV75.9587.4158.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=62.30%
G=35.60%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968400.430.970.5333.3993.524.12
Hex7744402B6135215d18
Octal1671044053141654113530
Binary1110111100010010001010111100001110101100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774404; }

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

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

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

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

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

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

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

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