#71516F

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

Shades of Salt Box #71516F

Tints of Salt Box #71516F

Color information

#71516F (or 0x71516F) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 6F. RGB value is (113,81,111). Sum of RGB (Red+Green+Blue) = 113+81+111=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516F is #8EAE90. Grayscale: #5D5D5D. Windows color (decimal): -9350801 or 7295345. OLE color: 7295345.

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

Color convert

RGB11381111-
CMYK00.280.020.56
HSL303.75º16.49%38.04%-
HSV(B)303.75º28.32%44.31%-
XYZ12.6210.5416.41-
YUV93.99137.6141.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=37.05%
G=26.56%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138111100.280.020.56303.7516.4938.04
Hex71516F01C2381301026
Octal1611211570342704602046
Binary1110001101000111011110111001011100010011000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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