#756571

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

Shades of Salt Box #756571

Tints of Salt Box #756571

Color information

#756571 (or 0x756571) is unknown color: approx Salt Box. HEX triplet: 75, 65 and 71. RGB value is (117,101,113). Sum of RGB (Red+Green+Blue) = 117+101+113=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756571 is #8A9A8E. Grayscale: #6B6B6B. Windows color (decimal): -9083535 or 7431541. OLE color: 7431541.

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

Color convert

RGB117101113-
CMYK00.140.030.54
HSL315º7.34%42.75%-
HSV(B)315º13.68%45.88%-
XYZ14.9714.2817.59-
YUV107.15131.3135.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=35.35%
G=30.51%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710111300.140.030.543157.3442.75
Hex7565710E33613b72b
Octal165145161016366473753
Binary1110101110010111100010111011110110100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756571; }

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

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

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

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

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

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

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

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