Html Css Color HEX #717069 Ironside Grey

📋 copy color: '#717069'

red 113 ◦ green 112 ◦ blue 105

#717069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironside Grey #717069

Tints of Ironside Grey #717069

RGB

 RED value IS 113 (44.53% from 255) = 34.24%

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 34.24%
G = 33.94%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#717069 (or 0x717069) is known color: Ironside Grey. HEX triplet: 71, 70 and 69. RGB value is (113,112,105). Sum of RGB (Red+Green+Blue) = 113+112+105=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #717069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717069 is #8E8F96. Grayscale: #6F6F6F. Windows color (decimal): -9342871 or 6910065. OLE color: 6910065.

HSL color Cylindrical-coordinate representation of color #717069: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717069 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 105 -
CMYK 0 0.01 0.07 0.56
HSL 52.5º 0.04% 0.43% -
HSV(B) 52.5º 0.07% 0.44% -
XYZ 15.15 16.12 15.68 -
YUV 111.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 113 112 105 0 0.01 0.07 0.56 52.5 0.04 0.43
Hex 71 70 69 0 1 7 38 34 4 2B
Octal 161 160 151 0 1 7 70 64 4 53
Binary 1110001 1110000 1101001 0 1 111 111000 110100 100 101011

Color Harmonies of #717069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717069

Black with #717069

Text Example


Text Example

White with #717069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717069; }

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

 H1.HeaderClassName
 {
   color: #717069;
 }
 .AnyTagClassName
 {
   color: #717069;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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