#71546F

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

Shades of Salt Box #71546F

Tints of Salt Box #71546F

Color information

#71546F (or 0x71546F) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 6F. RGB value is (113,84,111). Sum of RGB (Red+Green+Blue) = 113+84+111=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546F is #8EAB90. Grayscale: #5F5F5F. Windows color (decimal): -9350033 or 7296113. OLE color: 7296113.

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

Color convert

RGB11384111-
CMYK00.260.020.56
HSL304.14º14.72%38.63%-
HSV(B)304.14º25.66%44.31%-
XYZ12.851116.48-
YUV95.75136.61140.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=36.69%
G=27.27%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138411100.260.020.56304.1414.7238.63
Hex71546F01A238130f27
Octal1611241570322704601747
Binary111000110101001101111011010101110001001100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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