#75566F

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

Shades of Salt Box #75566F

Tints of Salt Box #75566F

Color information

#75566F (or 0x75566F) is unknown color: approx Salt Box. HEX triplet: 75, 56 and 6F. RGB value is (117,86,111). Sum of RGB (Red+Green+Blue) = 117+86+111=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566F is #8AA990. Grayscale: #626262. Windows color (decimal): -9087377 or 7296629. OLE color: 7296629.

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

Color convert

RGB11786111-
CMYK00.260.050.54
HSL311.61º15.27%39.8%-
HSV(B)311.61º26.5%45.88%-
XYZ13.5311.5916.56-
YUV98.12135.27141.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=37.26%
G=27.39%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178611100.260.050.54311.6115.2739.8
Hex75566F01A536138f28
Octal1651261570325664701750
Binary1110101101011011011110110101011101101001110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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