Html Css Color HEX #716F65 Ironside Grey

📋 copy color: '#716F65'

red 113 ◦ green 111 ◦ blue 101

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

Shades of Ironside Grey #716F65

Tints of Ironside Grey #716F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 34.77%
G = 34.15%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716F65 (or 0x716F65) is known color: Ironside Grey. HEX triplet: 71, 6F and 65. RGB value is (113,111,101). Sum of RGB (Red+Green+Blue) = 113+111+101=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F65 is #8E909A. Grayscale: #6E6E6E. Windows color (decimal): -9343131 or 6647665. OLE color: 6647665.

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

Color convert

RGB 113 111 101 -
CMYK 0 0.02 0.11 0.56
HSL 50º 0.06% 0.42% -
HSV(B) 50º 0.11% 0.44% -
XYZ 14.84 15.82 14.58 -
YUV 110.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 113 111 101 0 0.02 0.11 0.56 50 0.06 0.42
Hex 71 6F 65 0 2 B 38 32 6 2A
Octal 161 157 145 0 2 13 70 62 6 52
Binary 1110001 1101111 1100101 0 10 1011 111000 110010 110 101010

Color Harmonies of #716F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F65

Black with #716F65

Text Example


Text Example

White with #716F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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