#756070

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

Shades of Salt Box #756070

Tints of Salt Box #756070

Color information

#756070 (or 0x756070) is unknown color: approx Salt Box. HEX triplet: 75, 60 and 70. RGB value is (117,96,112). Sum of RGB (Red+Green+Blue) = 117+96+112=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756070 is #8A9F8F. Grayscale: #686868. Windows color (decimal): -9084816 or 7364725. OLE color: 7364725.

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

Color convert

RGB11796112-
CMYK00.180.040.54
HSL314.29º9.86%41.76%-
HSV(B)314.29º17.95%45.88%-
XYZ14.4413.3217.14-
YUV104.1132.46137.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=36%
G=29.54%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179611200.180.040.54314.299.8641.76
Hex75607001243613aa2a
Octal1651401600224664721252
Binary1110101110000011100000100101001101101001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756070; }

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

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

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

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

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

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

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

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