#764908

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

Shades of Raw Umber #764908

Tints of Raw Umber #764908

Color information

#764908 (or 0x764908) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 08. RGB value is (118,73,8). Sum of RGB (Red+Green+Blue) = 118+73+8=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764908 is #89B6F7. Grayscale: #4F4F4F. Windows color (decimal): -9025272 or 543094. OLE color: 543094.

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

Color convert

RGB118738-
CMYK00.380.930.54
HSL35.45º87.3%24.71%-
HSV(B)35.45º93.22%46.27%-
XYZ9.98.631.37-
YUV79.0487.91155.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=59.30%
G=36.68%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873800.380.930.5435.4587.324.71
Hex764980265D36235719
Octal16611110046135664312731
Binary11101101001001100001001101011101110110100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764908; }

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

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

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

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

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

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

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

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