Html Css Color HEX #71706C Ironside Grey

📋 copy color: '#71706C'

red 113 ◦ green 112 ◦ blue 108

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

Shades of Ironside Grey #71706C

Tints of Ironside Grey #71706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 33.93%
G = 33.63%
B = 32.43%

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

#71706C (or 0x71706C) is known color: Ironside Grey. HEX triplet: 71, 70 and 6C. RGB value is (113,112,108). Sum of RGB (Red+Green+Blue) = 113+112+108=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 113 - color contains mainly: red. Hex color #71706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706C is #8E8F93. Grayscale: #6F6F6F. Windows color (decimal): -9342868 or 7106673. OLE color: 7106673.

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

Color convert

RGB 113 112 108 -
CMYK 0 0.01 0.04 0.56
HSL 48º 0.02% 0.43% -
HSV(B) 48º 0.04% 0.44% -
XYZ 15.31 16.18 16.5 -
YUV 111.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 113 112 108 0 0.01 0.04 0.56 48 0.02 0.43
Hex 71 70 6C 0 1 4 38 30 2 2B
Octal 161 160 154 0 1 4 70 60 2 53
Binary 1110001 1110000 1101100 0 1 100 111000 110000 10 101011

Color Harmonies of #71706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71706C

Black with #71706C

Text Example


Text Example

White with #71706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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