#774804

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

Shades of Raw Umber #774804

Tints of Raw Umber #774804

Color information

#774804 (or 0x774804) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 04. RGB value is (119,72,4). Sum of RGB (Red+Green+Blue) = 119+72+4=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774804 is #88B7FB. Grayscale: #4E4E4E. Windows color (decimal): -8959996 or 280695. OLE color: 280695.

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

Color convert

RGB119724-
CMYK00.390.970.53
HSL35.48º93.5%24.12%-
HSV(B)35.48º96.64%46.67%-
XYZ9.958.571.24-
YUV78.386.07157.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=61.03%
G=36.92%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11972400.390.970.5335.4893.524.12
Hex774840276135235d18
Octal1671104047141654313530
Binary1110111100100010001001111100001110101100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774804; }

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

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

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

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

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

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

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

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