#765508

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

Shades of Raw Umber #765508

Tints of Raw Umber #765508

Color information

#765508 (or 0x765508) is unknown color: approx Raw Umber. HEX triplet: 76, 55 and 08. RGB value is (118,85,8). Sum of RGB (Red+Green+Blue) = 118+85+8=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #765508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765508 is #89AAF7. Grayscale: #565656. Windows color (decimal): -9022200 or 546166. OLE color: 546166.

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

Color convert

RGB118858-
CMYK00.280.930.54
HSL42º87.3%24.71%-
HSV(B)42º93.22%46.27%-
XYZ10.7610.371.66-
YUV86.0983.93150.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=55.92%
G=40.28%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11885800.280.930.544287.324.71
Hex7655801C5D362a5719
Octal16612510034135665212731
Binary1110110101010110000111001011101110110101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765508; }

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

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

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

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

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

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

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

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