#764904

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

Shades of Raw Umber #764904

Tints of Raw Umber #764904

Color information

#764904 (or 0x764904) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 04. RGB value is (118,73,4). Sum of RGB (Red+Green+Blue) = 118+73+4=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764904 is #89B6FB. Grayscale: #4E4E4E. Windows color (decimal): -9025276 or 280950. OLE color: 280950.

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

Color convert

RGB118734-
CMYK00.380.970.54
HSL36.32º93.44%23.92%-
HSV(B)36.32º96.61%46.27%-
XYZ9.888.631.26-
YUV78.5985.91156.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=60.51%
G=37.44%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873400.380.970.5436.3293.4423.92
Hex764940266136245d18
Octal1661114046141664413530
Binary1110110100100110001001101100001110110100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764904; }

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

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

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

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

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

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

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

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