#765570

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

Shades of Salt Box #765570

Tints of Salt Box #765570

Color information

#765570 (or 0x765570) is unknown color: approx Salt Box. HEX triplet: 76, 55 and 70. RGB value is (118,85,112). Sum of RGB (Red+Green+Blue) = 118+85+112=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765570 is #89AA8F. Grayscale: #616161. Windows color (decimal): -9022096 or 7361910. OLE color: 7361910.

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

Color convert

RGB11885112-
CMYK00.280.050.54
HSL310.91º16.26%39.8%-
HSV(B)310.91º27.97%46.27%-
XYZ13.6411.5216.83-
YUV97.94135.93142.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=37.46%
G=26.98%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188511200.280.050.54310.9116.2639.8
Hex76557001C5361371028
Octal1661251600345664672050
Binary11101101010101111000001110010111011010011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765570; }

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

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

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

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

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

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

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

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