#75526F

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

Shades of Salt Box #75526F

Tints of Salt Box #75526F

Color information

#75526F (or 0x75526F) is unknown color: approx Salt Box. HEX triplet: 75, 52 and 6F. RGB value is (117,82,111). Sum of RGB (Red+Green+Blue) = 117+82+111=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75526F is #8AAD90. Grayscale: #5F5F5F. Windows color (decimal): -9088401 or 7295605. OLE color: 7295605.

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

Color convert

RGB11782111-
CMYK00.300.050.54
HSL310.29º17.59%39.02%-
HSV(B)310.29º29.91%45.88%-
XYZ13.2210.9616.46-
YUV95.77136.6143.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=37.74%
G=26.45%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178211100.300.050.54310.2917.5939.02
Hex75526F01E5361361227
Octal1651221570365664662247
Binary11101011010010110111101111010111011010011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75526F; }

 p { color: rgb(117,82,111); }

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

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

 a { background-color: rgb(117,82,111); }

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

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

 span { border-color: rgb(117,82,111); }

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