Html Css Color HEX #716F69 Ironside Grey

📋 copy color: '#716F69'

red 113 ◦ green 111 ◦ blue 105

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

Shades of Ironside Grey #716F69

Tints of Ironside Grey #716F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 34.35%
G = 33.74%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716F69 (or 0x716F69) is known color: Ironside Grey. HEX triplet: 71, 6F and 69. RGB value is (113,111,105). Sum of RGB (Red+Green+Blue) = 113+111+105=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F69 is #8E9096. Grayscale: #6E6E6E. Windows color (decimal): -9343127 or 6909809. OLE color: 6909809.

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

Color convert

RGB 113 111 105 -
CMYK 0 0.02 0.07 0.56
HSL 45º 0.04% 0.43% -
HSV(B) 45º 0.07% 0.44% -
XYZ 15.04 15.9 15.64 -
YUV 110.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 113 111 105 0 0.02 0.07 0.56 45 0.04 0.43
Hex 71 6F 69 0 2 7 38 2D 4 2B
Octal 161 157 151 0 2 7 70 55 4 53
Binary 1110001 1101111 1101001 0 10 111 111000 101101 100 101011

Color Harmonies of #716F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F69

Black with #716F69

Text Example


Text Example

White with #716F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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