#765702

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

Shades of Raw Umber #765702

Tints of Raw Umber #765702

Color information

#765702 (or 0x765702) is unknown color: approx Raw Umber. HEX triplet: 76, 57 and 02. RGB value is (118,87,2). Sum of RGB (Red+Green+Blue) = 118+87+2=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765702 is #89A8FD. Grayscale: #565656. Windows color (decimal): -9021694 or 153462. OLE color: 153462.

HSL color Cylindrical-coordinate representation of color #765702: hue angle of 43.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #765702 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118872-
CMYK00.260.980.54
HSL43.97º96.67%23.53%-
HSV(B)43.97º98.31%46.27%-
XYZ10.8910.671.54-
YUV86.5880.27150.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=57.00%
G=42.03%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887200.260.980.5443.9796.6723.53
Hex7657201A62362c6118
Octal1661272032142665414130
Binary11101101010111100110101100010110110101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765702; }

 p { color: rgb(118,87,2); }

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

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

 a { background-color: rgb(118,87,2); }

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

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

 span { border-color: rgb(118,87,2); }

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