#765170

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

Shades of Salt Box #765170

Tints of Salt Box #765170

Color information

#765170 (or 0x765170) is unknown color: approx Salt Box. HEX triplet: 76, 51 and 70. RGB value is (118,81,112). Sum of RGB (Red+Green+Blue) = 118+81+112=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765170 is #89AE8F. Grayscale: #5F5F5F. Windows color (decimal): -9023120 or 7360886. OLE color: 7360886.

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

Color convert

RGB11881112-
CMYK00.310.050.54
HSL309.73º18.59%39.02%-
HSV(B)309.73º31.36%46.27%-
XYZ13.3410.9116.73-
YUV95.6137.26143.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=37.94%
G=26.05%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188111200.310.050.54309.7318.5939.02
Hex76517001F5361361327
Octal1661211600375664662347
Binary11101101010001111000001111110111011010011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765170; }

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

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

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

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

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

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

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

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