#755A6D

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

Shades of Salt Box #755A6D

Tints of Salt Box #755A6D

Color information

#755A6D (or 0x755A6D) is unknown color: approx Salt Box. HEX triplet: 75, 5A and 6D. RGB value is (117,90,109). Sum of RGB (Red+Green+Blue) = 117+90+109=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6D is #8AA592. Grayscale: #646464. Windows color (decimal): -9086355 or 7166581. OLE color: 7166581.

HSL color Cylindrical-coordinate representation of color #755A6D: hue angle of 317.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A6D is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11790109-
CMYK00.230.070.54
HSL317.78º13.04%40.59%-
HSV(B)317.78º23.08%45.88%-
XYZ13.7512.216.1-
YUV100.24132.95139.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=37.03%
G=28.48%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179010900.230.070.54317.7813.0440.59
Hex755A6D01773613ed29
Octal1651321550277664761551
Binary1110101101101011011010101111111101101001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A6D; }

 p { color: rgb(117,90,109); }

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

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

 a { background-color: rgb(117,90,109); }

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

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

 span { border-color: rgb(117,90,109); }

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