#755770

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

Shades of Salt Box #755770

Tints of Salt Box #755770

Color information

#755770 (or 0x755770) is unknown color: approx Salt Box. HEX triplet: 75, 57 and 70. RGB value is (117,87,112). Sum of RGB (Red+Green+Blue) = 117+87+112=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755770 is #8AA88F. Grayscale: #626262. Windows color (decimal): -9087120 or 7362421. OLE color: 7362421.

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

Color convert

RGB11787112-
CMYK00.260.040.54
HSL310º14.71%40%-
HSV(B)310º25.64%45.88%-
XYZ13.6711.7716.88-
YUV98.82135.44140.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=37.03%
G=27.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711200.260.040.5431014.7140
Hex75577001A436136f28
Octal1651271600324664661750
Binary1110101101011111100000110101001101101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755770; }

 p { color: rgb(117,87,112); }

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

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

 a { background-color: rgb(117,87,112); }

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

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

 span { border-color: rgb(117,87,112); }

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