#75506E

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

Shades of Salt Box #75506E

Tints of Salt Box #75506E

Color information

#75506E (or 0x75506E) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 6E. RGB value is (117,80,110). Sum of RGB (Red+Green+Blue) = 117+80+110=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506E is #8AAF91. Grayscale: #5E5E5E. Windows color (decimal): -9088914 or 7229557. OLE color: 7229557.

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

Color convert

RGB11780110-
CMYK00.320.060.54
HSL311.35º18.78%38.63%-
HSV(B)311.35º31.62%45.88%-
XYZ13.0210.6516.12-
YUV94.48136.76144.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=38.11%
G=26.06%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178011000.320.060.54311.3518.7838.63
Hex75506E0206361371327
Octal1651201560406664672347
Binary111010110100001101110010000011011011010011011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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