#75506C

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

Shades of Salt Box #75506C

Tints of Salt Box #75506C

Color information

#75506C (or 0x75506C) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 6C. RGB value is (117,80,108). Sum of RGB (Red+Green+Blue) = 117+80+108=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506C is #8AAF93. Grayscale: #5E5E5E. Windows color (decimal): -9088916 or 7098485. OLE color: 7098485.

HSL color Cylindrical-coordinate representation of color #75506C: hue angle of 314.59º 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 #75506C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11780108-
CMYK00.320.080.54
HSL314.59º18.78%38.63%-
HSV(B)314.59º31.62%45.88%-
XYZ12.9110.615.55-
YUV94.25135.76144.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=38.36%
G=26.23%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178010800.320.080.54314.5918.7838.63
Hex75506C02083613b1327
Octal16512015404010664732347
Binary1110101101000011011000100000100011011010011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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