#756470

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

Shades of Salt Box #756470

Tints of Salt Box #756470

Color information

#756470 (or 0x756470) is unknown color: approx Salt Box. HEX triplet: 75, 64 and 70. RGB value is (117,100,112). Sum of RGB (Red+Green+Blue) = 117+100+112=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756470 is #8A9B8F. Grayscale: #6A6A6A. Windows color (decimal): -9083792 or 7365749. OLE color: 7365749.

HSL color Cylindrical-coordinate representation of color #756470: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756470 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB117100112-
CMYK00.150.040.54
HSL317.65º7.83%42.55%-
HSV(B)317.65º14.53%45.88%-
XYZ14.8214.0717.26-
YUV106.45131.13135.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=35.56%
G=30.40%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710011200.150.040.54317.657.8342.55
Hex7564700F43613e82b
Octal1651441600174664761053
Binary111010111001001110000011111001101101001111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756470; }

 p { color: rgb(117,100,112); }

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

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

 a { background-color: rgb(117,100,112); }

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

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

 span { border-color: rgb(117,100,112); }

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