Html Css Color HEX #716E66 Ironside Grey

📋 copy color: '#716E66'

red 113 ◦ green 110 ◦ blue 102

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

Shades of Ironside Grey #716E66

Tints of Ironside Grey #716E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

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

R = 34.77%
G = 33.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716E66 (or 0x716E66) is known color: Ironside Grey. HEX triplet: 71, 6E and 66. RGB value is (113,110,102). Sum of RGB (Red+Green+Blue) = 113+110+102=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E66 is #8E9199. Grayscale: #6E6E6E. Windows color (decimal): -9343386 or 6712945. OLE color: 6712945.

HSL color Cylindrical-coordinate representation of color #716E66: hue angle of 43.64º 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 #716E66 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 102 -
CMYK 0 0.03 0.10 0.56
HSL 43.64º 0.05% 0.42% -
HSV(B) 43.64º 0.1% 0.44% -
XYZ 14.78 15.62 14.81 -
YUV 109.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 113 110 102 0 0.03 0.10 0.56 43.64 0.05 0.42
Hex 71 6E 66 0 3 A 38 2C 5 2A
Octal 161 156 146 0 3 12 70 54 5 52
Binary 1110001 1101110 1100110 0 11 1010 111000 101100 101 101010

Color Harmonies of #716E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E66

Black with #716E66

Text Example


Text Example

White with #716E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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