#75556F

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

Shades of Salt Box #75556F

Tints of Salt Box #75556F

Color information

#75556F (or 0x75556F) is unknown color: approx Salt Box. HEX triplet: 75, 55 and 6F. RGB value is (117,85,111). Sum of RGB (Red+Green+Blue) = 117+85+111=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556F is #8AAA90. Grayscale: #616161. Windows color (decimal): -9087633 or 7296373. OLE color: 7296373.

HSL color Cylindrical-coordinate representation of color #75556F: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75556F is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11785111-
CMYK00.270.050.54
HSL311.25º15.84%39.61%-
HSV(B)311.25º27.35%45.88%-
XYZ13.4511.4316.54-
YUV97.53135.6141.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=37.38%
G=27.16%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511100.270.050.54311.2515.8439.61
Hex75556F01B5361371028
Octal1651251570335664672050
Binary11101011010101110111101101110111011010011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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