Html Css Color HEX #716F66 Ironside Grey

📋 copy color: '#716F66'

red 113 ◦ green 111 ◦ blue 102

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

Shades of Ironside Grey #716F66

Tints of Ironside Grey #716F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 34.66%
G = 34.05%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716F66 (or 0x716F66) is known color: Ironside Grey. HEX triplet: 71, 6F and 66. RGB value is (113,111,102). Sum of RGB (Red+Green+Blue) = 113+111+102=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F66 is #8E9099. Grayscale: #6E6E6E. Windows color (decimal): -9343130 or 6713201. OLE color: 6713201.

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

Color convert

RGB 113 111 102 -
CMYK 0 0.02 0.10 0.56
HSL 49.09º 0.05% 0.42% -
HSV(B) 49.09º 0.1% 0.44% -
XYZ 14.89 15.84 14.84 -
YUV 110.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 113 111 102 0 0.02 0.10 0.56 49.09 0.05 0.42
Hex 71 6F 66 0 2 A 38 31 5 2A
Octal 161 157 146 0 2 12 70 61 5 52
Binary 1110001 1101111 1100110 0 10 1010 111000 110001 101 101010

Color Harmonies of #716F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F66

Black with #716F66

Text Example


Text Example

White with #716F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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