#765008

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

Shades of Raw Umber #765008

Tints of Raw Umber #765008

Color information

#765008 (or 0x765008) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 08. RGB value is (118,80,8). Sum of RGB (Red+Green+Blue) = 118+80+8=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765008 is #89AFF7. Grayscale: #535353. Windows color (decimal): -9023480 or 544886. OLE color: 544886.

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

Color convert

RGB118808-
CMYK00.320.930.54
HSL39.27º87.3%24.71%-
HSV(B)39.27º93.22%46.27%-
XYZ10.389.611.54-
YUV83.1585.59152.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=57.28%
G=38.83%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11880800.320.930.5439.2787.324.71
Hex765080205D36275719
Octal16612010040135664712731
Binary11101101010000100001000001011101110110100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765008; }

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

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

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

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

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

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

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

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