#717067

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

Shades of Ironside Grey #717067

Tints of Ironside Grey #717067

Color information

#717067 (or 0x717067) is unknown color: approx Ironside Grey. HEX triplet: 71, 70 and 67. RGB value is (113,112,103). Sum of RGB (Red+Green+Blue) = 113+112+103=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #717067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717067 is #8E8F98. Grayscale: #6F6F6F. Windows color (decimal): -9342873 or 6778993. OLE color: 6778993.

HSL color Cylindrical-coordinate representation of color #717067: hue angle of 54º 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 #717067 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB113112103-
CMYK00.010.090.56
HSL54º4.63%42.35%-
HSV(B)54º8.85%44.31%-
XYZ15.0516.0815.14-
YUV111.27123.33129.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=34.45%
G=34.15%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311210300.010.090.56544.6342.35
Hex717067019383652a
Octal16116014701117066552
Binary111000111100001100111011001111000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717067; }

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

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

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

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

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

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

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

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