Html Css Color HEX #71706E Ironside Grey

📋 copy color: '#71706E'

red 113 ◦ green 112 ◦ blue 110

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

Shades of Ironside Grey #71706E

Tints of Ironside Grey #71706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 33.73%
G = 33.43%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71706E (or 0x71706E) is known color: Ironside Grey. HEX triplet: 71, 70 and 6E. RGB value is (113,112,110). Sum of RGB (Red+Green+Blue) = 113+112+110=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 113 - color contains mainly: red. Hex color #71706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706E is #8E8F91. Grayscale: #707070. Windows color (decimal): -9342866 or 7237745. OLE color: 7237745.

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

Color convert

RGB 113 112 110 -
CMYK 0 0.01 0.03 0.56
HSL 40º 0.01% 0.44% -
HSV(B) 40º 0.03% 0.44% -
XYZ 15.42 16.22 17.07 -
YUV 112.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 113 112 110 0 0.01 0.03 0.56 40 0.01 0.44
Hex 71 70 6E 0 1 3 38 28 1 2C
Octal 161 160 156 0 1 3 70 50 1 54
Binary 1110001 1110000 1101110 0 1 11 111000 101000 1 101100

Color Harmonies of #71706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71706E

Black with #71706E

Text Example


Text Example

White with #71706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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