#764D04

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

Shades of Raw Umber #764D04

Tints of Raw Umber #764D04

Color information

#764D04 (or 0x764D04) is unknown color: approx Raw Umber. HEX triplet: 76, 4D and 04. RGB value is (118,77,4). Sum of RGB (Red+Green+Blue) = 118+77+4=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D04 is #89B2FB. Grayscale: #515151. Windows color (decimal): -9024252 or 281974. OLE color: 281974.

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

Color convert

RGB118774-
CMYK00.350.970.54
HSL38.42º93.44%23.92%-
HSV(B)38.42º96.61%46.27%-
XYZ10.159.171.35-
YUV80.9484.58154.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=59.30%
G=38.69%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877400.350.970.5438.4293.4423.92
Hex764D40236136265d18
Octal1661154043141664613530
Binary1110110100110110001000111100001110110100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D04; }

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

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

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

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

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

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

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

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