#71506F

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

Shades of Salt Box #71506F

Tints of Salt Box #71506F

Color information

#71506F (or 0x71506F) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 6F. RGB value is (113,80,111). Sum of RGB (Red+Green+Blue) = 113+80+111=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506F is #8EAF90. Grayscale: #5D5D5D. Windows color (decimal): -9351057 or 7295089. OLE color: 7295089.

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

Color convert

RGB11380111-
CMYK00.290.020.56
HSL303.64º17.1%37.84%-
HSV(B)303.64º29.2%44.31%-
XYZ12.5510.416.38-
YUV93.4137.93141.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=37.17%
G=26.32%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138011100.290.020.56303.6417.137.84
Hex71506F01D2381301126
Octal1611201570352704602146
Binary1110001101000011011110111011011100010011000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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