#75506F

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

Shades of Salt Box #75506F

Tints of Salt Box #75506F

Color information

#75506F (or 0x75506F) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 6F. RGB value is (117,80,111). Sum of RGB (Red+Green+Blue) = 117+80+111=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506F is #8AAF90. Grayscale: #5E5E5E. Windows color (decimal): -9088913 or 7295093. OLE color: 7295093.

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

Color convert

RGB11780111-
CMYK00.320.050.54
HSL309.73º18.78%38.63%-
HSV(B)309.73º31.62%45.88%-
XYZ13.0710.6716.41-
YUV94.6137.26143.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=37.99%
G=25.97%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178011100.320.050.54309.7318.7838.63
Hex75506F0205361361327
Octal1651201570405664662347
Binary111010110100001101111010000010111011010011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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