#75556B

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

Shades of Salt Box #75556B

Tints of Salt Box #75556B

Color information

#75556B (or 0x75556B) is unknown color: approx Salt Box. HEX triplet: 75, 55 and 6B. RGB value is (117,85,107). Sum of RGB (Red+Green+Blue) = 117+85+107=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75556B is #8AAA94. Grayscale: #616161. Windows color (decimal): -9087637 or 7034229. OLE color: 7034229.

HSL color Cylindrical-coordinate representation of color #75556B: hue angle of 318.75º 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 #75556B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11785107-
CMYK00.270.090.54
HSL318.75º15.84%39.61%-
HSV(B)318.75º27.35%45.88%-
XYZ13.2411.3415.4-
YUV97.08133.6142.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=37.86%
G=27.51%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178510700.270.090.54318.7515.8439.61
Hex75556B01B93613f1028
Octal16512515303311664772050
Binary111010110101011101011011011100111011010011111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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