#71526B

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

Shades of Salt Box #71526B

Tints of Salt Box #71526B

Color information

#71526B (or 0x71526B) is unknown color: approx Salt Box. HEX triplet: 71, 52 and 6B. RGB value is (113,82,107). Sum of RGB (Red+Green+Blue) = 113+82+107=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526B is #8EAD94. Grayscale: #5E5E5E. Windows color (decimal): -9350549 or 7033457. OLE color: 7033457.

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

Color convert

RGB11382107-
CMYK00.270.050.56
HSL311.61º15.9%38.24%-
HSV(B)311.61º27.43%44.31%-
XYZ12.4810.6115.3-
YUV94.12135.27141.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=37.42%
G=27.15%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138210700.270.050.56311.6115.938.24
Hex71526B01B5381381026
Octal1611221530335704702046
Binary11100011010010110101101101110111100010011100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71526B; }

 p { color: rgb(113,82,107); }

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

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

 a { background-color: rgb(113,82,107); }

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

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

 span { border-color: rgb(113,82,107); }

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