Html Css Color HEX #71706D Ironside Grey

📋 copy color: '#71706D'

red 113 ◦ green 112 ◦ blue 109

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

Shades of Ironside Grey #71706D

Tints of Ironside Grey #71706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 33.83%
G = 33.53%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71706D (or 0x71706D) is known color: Ironside Grey. HEX triplet: 71, 70 and 6D. RGB value is (113,112,109). Sum of RGB (Red+Green+Blue) = 113+112+109=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 113 - color contains mainly: red. Hex color #71706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706D is #8E8F92. Grayscale: #6F6F6F. Windows color (decimal): -9342867 or 7172209. OLE color: 7172209.

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

Color convert

RGB 113 112 109 -
CMYK 0 0.01 0.04 0.56
HSL 45º 0.02% 0.44% -
HSV(B) 45º 0.04% 0.44% -
XYZ 15.36 16.2 16.79 -
YUV 111.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 113 112 109 0 0.01 0.04 0.56 45 0.02 0.44
Hex 71 70 6D 0 1 4 38 2D 2 2C
Octal 161 160 155 0 1 4 70 55 2 54
Binary 1110001 1110000 1101101 0 1 100 111000 101101 10 101100

Color Harmonies of #71706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71706D

Black with #71706D

Text Example


Text Example

White with #71706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71706D; }

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

 H1.HeaderClassName
 {
   color: #71706D;
 }
 .AnyTagClassName
 {
   color: #71706D;
 }
</style>

background-color css

<style>
 a { background-color: #71706D; }

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

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

border-color css

<style>
 span { border-color: #71706D; }

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

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