#716A6F

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

Shades of Salt Box #716A6F

Tints of Salt Box #716A6F

Color information

#716A6F (or 0x716A6F) is unknown color: approx Salt Box. HEX triplet: 71, 6A and 6F. RGB value is (113,106,111). Sum of RGB (Red+Green+Blue) = 113+106+111=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6F is #8E9590. Grayscale: #6C6C6C. Windows color (decimal): -9344401 or 7301745. OLE color: 7301745.

HSL color Cylindrical-coordinate representation of color #716A6F: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716A6F is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB113106111-
CMYK00.060.020.56
HSL317.14º3.2%42.94%-
HSV(B)317.14º6.19%44.31%-
XYZ14.8314.9717.15-
YUV108.66129.32131.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=34.24%
G=32.12%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310611100.060.020.56317.143.242.94
Hex716A6F0623813d32b
Octal16115215706270475353
Binary11100011101010110111101101011100010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A6F; }

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

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

<style>
 a { background-color: #716A6F; }

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

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

<style>
 span { border-color: #716A6F; }

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

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