#765007

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

Shades of Raw Umber #765007

Tints of Raw Umber #765007

Color information

#765007 (or 0x765007) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 07. RGB value is (118,80,7). Sum of RGB (Red+Green+Blue) = 118+80+7=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #765007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765007 is #89AFF8. Grayscale: #535353. Windows color (decimal): -9023481 or 479350. OLE color: 479350.

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

Color convert

RGB118807-
CMYK00.320.940.54
HSL39.46º88.8%24.51%-
HSV(B)39.46º94.07%46.27%-
XYZ10.389.61.51-
YUV83.0485.09152.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=57.56%
G=39.02%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11880700.320.940.5439.4688.824.51
Hex765070205E36275919
Octal1661207040136664713131
Binary1110110101000011101000001011110110110100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765007; }

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

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

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

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

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

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

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

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