#75506A

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

Shades of Salt Box #75506A

Tints of Salt Box #75506A

Color information

#75506A (or 0x75506A) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 6A. RGB value is (117,80,106). Sum of RGB (Red+Green+Blue) = 117+80+106=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #75506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506A is #8AAF95. Grayscale: #5D5D5D. Windows color (decimal): -9088918 or 6967413. OLE color: 6967413.

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

Color convert

RGB11780106-
CMYK00.320.090.54
HSL317.84º18.78%38.63%-
HSV(B)317.84º31.62%45.88%-
XYZ12.8110.5615-
YUV94.03134.76144.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=38.61%
G=26.40%
B=34.98%

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
Decimal1178010600.320.090.54317.8418.7838.63
Hex75506A02093613e1327
Octal16512015204011664762347
Binary1110101101000011010100100000100111011010011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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