Html Css Color HEX #717066 Ironside Grey

📋 copy color: '#717066'

red 113 ◦ green 112 ◦ blue 102

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

Shades of Ironside Grey #717066

Tints of Ironside Grey #717066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 34.56%
G = 34.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#717066 (or 0x717066) is known color: Ironside Grey. HEX triplet: 71, 70 and 66. RGB value is (113,112,102). Sum of RGB (Red+Green+Blue) = 113+112+102=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #717066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717066 is #8E8F99. Grayscale: #6F6F6F. Windows color (decimal): -9342874 or 6713457. OLE color: 6713457.

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

Color convert

RGB 113 112 102 -
CMYK 0 0.01 0.10 0.56
HSL 54.55º 0.05% 0.42% -
HSV(B) 54.55º 0.1% 0.44% -
XYZ 15 16.06 14.88 -
YUV 111.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 113 112 102 0 0.01 0.10 0.56 54.55 0.05 0.42
Hex 71 70 66 0 1 A 38 37 5 2A
Octal 161 160 146 0 1 12 70 67 5 52
Binary 1110001 1110000 1100110 0 1 1010 111000 110111 101 101010

Color Harmonies of #717066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717066

Black with #717066

Text Example


Text Example

White with #717066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717066; }

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

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

background-color css

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

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

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

border-color css

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

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

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