#756071

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

Shades of Salt Box #756071

Tints of Salt Box #756071

Color information

#756071 (or 0x756071) is unknown color: approx Salt Box. HEX triplet: 75, 60 and 71. RGB value is (117,96,113). Sum of RGB (Red+Green+Blue) = 117+96+113=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756071 is #8A9F8E. Grayscale: #686868. Windows color (decimal): -9084815 or 7430261. OLE color: 7430261.

HSL color Cylindrical-coordinate representation of color #756071: hue angle of 311.43º 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 #756071 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11796113-
CMYK00.180.030.54
HSL311.43º9.86%41.76%-
HSV(B)311.43º17.95%45.88%-
XYZ14.513.3417.43-
YUV104.22132.96137.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=35.89%
G=29.45%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179611300.180.030.54311.439.8641.76
Hex756071012336137a2a
Octal1651401610223664671252
Binary111010111000001110001010010111101101001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756071; }

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

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

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

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

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

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

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

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