#764F02

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

Shades of Raw Umber #764F02

Tints of Raw Umber #764F02

Color information

#764F02 (or 0x764F02) is unknown color: approx Raw Umber. HEX triplet: 76, 4F and 02. RGB value is (118,79,2). Sum of RGB (Red+Green+Blue) = 118+79+2=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F02 is #89B0FD. Grayscale: #525252. Windows color (decimal): -9023742 or 151414. OLE color: 151414.

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

Color convert

RGB118792-
CMYK00.330.980.54
HSL39.83º96.67%23.53%-
HSV(B)39.83º98.31%46.27%-
XYZ10.289.451.34-
YUV81.8882.92153.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=59.30%
G=39.70%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879200.330.980.5439.8396.6723.53
Hex764F20216236286118
Octal1661172041142665014130
Binary111011010011111001000011100010110110101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,2); }

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

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

 a { background-color: rgb(118,79,2); }

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

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

 span { border-color: rgb(118,79,2); }

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