#764907

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

Shades of Raw Umber #764907

Tints of Raw Umber #764907

Color information

#764907 (or 0x764907) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 07. RGB value is (118,73,7). Sum of RGB (Red+Green+Blue) = 118+73+7=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #764907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764907 is #89B6F8. Grayscale: #4F4F4F. Windows color (decimal): -9025273 or 477558. OLE color: 477558.

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

Color convert

RGB118737-
CMYK00.380.940.54
HSL35.68º88.8%24.51%-
HSV(B)35.68º94.07%46.27%-
XYZ9.898.631.35-
YUV78.9387.41155.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=59.60%
G=36.87%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873700.380.940.5435.6888.824.51
Hex764970265E36245919
Octal1661117046136664413131
Binary1110110100100111101001101011110110110100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764907; }

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

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

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

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

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

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

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

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