#755670

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

Shades of Salt Box #755670

Tints of Salt Box #755670

Color information

#755670 (or 0x755670) is unknown color: approx Salt Box. HEX triplet: 75, 56 and 70. RGB value is (117,86,112). Sum of RGB (Red+Green+Blue) = 117+86+112=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755670 is #8AA98F. Grayscale: #626262. Windows color (decimal): -9087376 or 7362165. OLE color: 7362165.

HSL color Cylindrical-coordinate representation of color #755670: hue angle of 309.68º 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 #755670 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11786112-
CMYK00.260.040.54
HSL309.68º15.27%39.8%-
HSV(B)309.68º26.5%45.88%-
XYZ13.5911.6116.85-
YUV98.23135.77141.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=37.14%
G=27.30%
B=35.56%

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
Decimal1178611200.260.040.54309.6815.2739.8
Hex75567001A436136f28
Octal1651261600324664661750
Binary1110101101011011100000110101001101101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755670; }

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

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

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

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

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

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

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

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