#71576F

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

Shades of Salt Box #71576F

Tints of Salt Box #71576F

Color information

#71576F (or 0x71576F) is unknown color: approx Salt Box. HEX triplet: 71, 57 and 6F. RGB value is (113,87,111). Sum of RGB (Red+Green+Blue) = 113+87+111=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576F is #8EA890. Grayscale: #616161. Windows color (decimal): -9349265 or 7296881. OLE color: 7296881.

HSL color Cylindrical-coordinate representation of color #71576F: hue angle of 304.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71576F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11387111-
CMYK00.230.020.56
HSL304.62º13%39.22%-
HSV(B)304.62º23.01%44.31%-
XYZ13.0911.4716.56-
YUV97.51135.61139.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=36.33%
G=27.97%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138711100.230.020.56304.621339.22
Hex71576F017238131d27
Octal1611271570272704611547
Binary111000110101111101111010111101110001001100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,87,111); }

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

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

 a { background-color: rgb(113,87,111); }

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

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

 span { border-color: rgb(113,87,111); }

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