Html Css Color HEX #71706B Ironside Grey

📋 copy color: '#71706B'

red 113 ◦ green 112 ◦ blue 107

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

Shades of Ironside Grey #71706B

Tints of Ironside Grey #71706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 34.04%
G = 33.73%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71706B (or 0x71706B) is known color: Ironside Grey. HEX triplet: 71, 70 and 6B. RGB value is (113,112,107). Sum of RGB (Red+Green+Blue) = 113+112+107=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 113 - color contains mainly: red. Hex color #71706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706B is #8E8F94. Grayscale: #6F6F6F. Windows color (decimal): -9342869 or 7041137. OLE color: 7041137.

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

Color convert

RGB 113 112 107 -
CMYK 0 0.01 0.05 0.56
HSL 50º 0.03% 0.43% -
HSV(B) 50º 0.05% 0.44% -
XYZ 15.26 16.16 16.23 -
YUV 111.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 113 112 107 0 0.01 0.05 0.56 50 0.03 0.43
Hex 71 70 6B 0 1 5 38 32 3 2B
Octal 161 160 153 0 1 5 70 62 3 53
Binary 1110001 1110000 1101011 0 1 101 111000 110010 11 101011

Color Harmonies of #71706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71706B

Black with #71706B

Text Example


Text Example

White with #71706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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