#716F6B

Color #716F6B Ironside Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironside Grey #716F6B

Tints of Ironside Grey #716F6B

Color information

#716F6B (or 0x716F6B) is unknown color: approx Ironside Grey. HEX triplet: 71, 6F and 6B. RGB value is (113,111,107). Sum of RGB (Red+Green+Blue) = 113+111+107=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6B is #8E9094. Grayscale: #6F6F6F. Windows color (decimal): -9343125 or 7040881. OLE color: 7040881.

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

Color convert

RGB113111107-
CMYK00.020.050.56
HSL40º2.73%43.14%-
HSV(B)40º5.31%44.31%-
XYZ15.1515.9416.19-
YUV111.14125.66129.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=34.14%
G=33.53%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311110700.020.050.56402.7343.14
Hex716F6B025382832b
Octal1611571530257050353
Binary11100011101111110101101010111100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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