Html Css Color HEX #716D64 Ironside Grey

📋 copy color: '#716D64'

red 113 ◦ green 109 ◦ blue 100

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

Shades of Ironside Grey #716D64

Tints of Ironside Grey #716D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 35.09%
G = 33.85%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716D64 (or 0x716D64) is known color: Ironside Grey. HEX triplet: 71, 6D and 64. RGB value is (113,109,100). Sum of RGB (Red+Green+Blue) = 113+109+100=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D64 is #8E929B. Grayscale: #6D6D6D. Windows color (decimal): -9343644 or 6581617. OLE color: 6581617.

HSL color Cylindrical-coordinate representation of color #716D64: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716D64 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 100 -
CMYK 0 0.04 0.12 0.56
HSL 41.54º 0.06% 0.42% -
HSV(B) 41.54º 0.12% 0.44% -
XYZ 14.58 15.37 14.25 -
YUV 109.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 113 109 100 0 0.04 0.12 0.56 41.54 0.06 0.42
Hex 71 6D 64 0 4 C 38 2A 6 2A
Octal 161 155 144 0 4 14 70 52 6 52
Binary 1110001 1101101 1100100 0 100 1100 111000 101010 110 101010

Color Harmonies of #716D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D64

Black with #716D64

Text Example


Text Example

White with #716D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,100); }

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

background-color css

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

 a { background-color: rgb(113,109,100); }

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

border-color css

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

 span { border-color: rgb(113,109,100); }

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