#71676E

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

Shades of Salt Box #71676E

Tints of Salt Box #71676E

Color information

#71676E (or 0x71676E) is unknown color: approx Salt Box. HEX triplet: 71, 67 and 6E. RGB value is (113,103,110). Sum of RGB (Red+Green+Blue) = 113+103+110=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71676E is #8E9891. Grayscale: #6A6A6A. Windows color (decimal): -9345170 or 7235441. OLE color: 7235441.

HSL color Cylindrical-coordinate representation of color #71676E: hue angle of 318º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71676E is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB113103110-
CMYK00.090.030.56
HSL318º4.63%42.35%-
HSV(B)318º8.85%44.31%-
XYZ14.4714.3416.76-
YUV106.79129.81132.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=34.66%
G=31.60%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310311000.090.030.563184.6342.35
Hex71676E0933813e52a
Octal161147156011370476552
Binary1110001110011111011100100111111000100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71676E; }

 p { color: rgb(113,103,110); }

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

<style>
 a { background-color: #71676E; }

 a { background-color: rgb(113,103,110); }

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

<style>
 span { border-color: #71676E; }

 span { border-color: rgb(113,103,110); }

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