#764804

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

Shades of Raw Umber #764804

Tints of Raw Umber #764804

Color information

#764804 (or 0x764804) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 04. RGB value is (118,72,4). Sum of RGB (Red+Green+Blue) = 118+72+4=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764804 is #89B7FB. Grayscale: #4E4E4E. Windows color (decimal): -9025532 or 280694. OLE color: 280694.

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

Color convert

RGB118724-
CMYK00.390.970.54
HSL35.79º93.44%23.92%-
HSV(B)35.79º96.61%46.27%-
XYZ9.818.51.24-
YUV7886.24156.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=60.82%
G=37.11%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11872400.390.970.5435.7993.4423.92
Hex764840276136245d18
Octal1661104047141664413530
Binary1110110100100010001001111100001110110100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764804; }

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

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

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

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

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

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

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

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