#765870

Color #765870 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #765870

Tints of Salt Box #765870

Color information

#765870 (or 0x765870) is unknown color: approx Salt Box. HEX triplet: 76, 58 and 70. RGB value is (118,88,112). Sum of RGB (Red+Green+Blue) = 118+88+112=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765870 is #89A78F. Grayscale: #636363. Windows color (decimal): -9021328 or 7362678. OLE color: 7362678.

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

Color convert

RGB11888112-
CMYK00.250.050.54
HSL312º14.56%40.39%-
HSV(B)312º25.42%46.27%-
XYZ13.891216.91-
YUV99.71134.94141.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=37.11%
G=27.67%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188811200.250.050.5431214.5640.39
Hex765870019536138f28
Octal1661301600315664701750
Binary1110110101100011100000110011011101101001110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765870; }

 p { color: rgb(118,88,112); }

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

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

 a { background-color: rgb(118,88,112); }

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

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

 span { border-color: rgb(118,88,112); }

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