#774304

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

Shades of Raw Umber #774304

Tints of Raw Umber #774304

Color information

#774304 (or 0x774304) is unknown color: approx Raw Umber. HEX triplet: 77, 43 and 04. RGB value is (119,67,4). Sum of RGB (Red+Green+Blue) = 119+67+4=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #774304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774304 is #88BCFB. Grayscale: #4B4B4B. Windows color (decimal): -8961276 or 279415. OLE color: 279415.

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

Color convert

RGB119674-
CMYK00.440.970.53
HSL32.87º93.5%24.12%-
HSV(B)32.87º96.64%46.67%-
XYZ9.647.951.14-
YUV75.3787.73159.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=62.63%
G=35.26%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11967400.440.970.5332.8793.524.12
Hex7743402C6135215d18
Octal1671034054141654113530
Binary1110111100001110001011001100001110101100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774304; }

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

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

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

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

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

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

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

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