#71626B

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

Shades of Salt Box #71626B

Tints of Salt Box #71626B

Color information

#71626B (or 0x71626B) is unknown color: approx Salt Box. HEX triplet: 71, 62 and 6B. RGB value is (113,98,107). Sum of RGB (Red+Green+Blue) = 113+98+107=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626B is #8E9D94. Grayscale: #676767. Windows color (decimal): -9346453 or 7037553. OLE color: 7037553.

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

Color convert

RGB11398107-
CMYK00.130.050.56
HSL324º7.11%41.37%-
HSV(B)324º13.27%44.31%-
XYZ13.8313.3115.75-
YUV103.51129.97134.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=35.53%
G=30.82%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139810700.130.050.563247.1141.37
Hex71626B0D538144729
Octal161142153015570504751
Binary11100011100010110101101101101111000101000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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