#75506B

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

Shades of Salt Box #75506B

Tints of Salt Box #75506B

Color information

#75506B (or 0x75506B) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 6B. RGB value is (117,80,107). Sum of RGB (Red+Green+Blue) = 117+80+107=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #75506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506B is #8AAF94. Grayscale: #5E5E5E. Windows color (decimal): -9088917 or 7032949. OLE color: 7032949.

HSL color Cylindrical-coordinate representation of color #75506B: hue angle of 316.22º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75506B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11780107-
CMYK00.320.090.54
HSL316.22º18.78%38.63%-
HSV(B)316.22º31.62%45.88%-
XYZ12.8610.5815.27-
YUV94.14135.26144.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=38.49%
G=26.32%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178010700.320.090.54316.2218.7838.63
Hex75506B02093613c1327
Octal16512015304011664742347
Binary1110101101000011010110100000100111011010011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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