Html Css Color HEX #71747F Storm Grey

📋 copy color: '#71747F'

red 113 ◦ green 116 ◦ blue 127

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

Shades of Storm Grey #71747F

Tints of Storm Grey #71747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 31.74%
G = 32.58%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71747F (or 0x71747F) is known color: Storm Grey. HEX triplet: 71, 74 and 7F. RGB value is (113,116,127). Sum of RGB (Red+Green+Blue) = 113+116+127=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #71747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71747F is #8E8B80. Grayscale: #747474. Windows color (decimal): -9341825 or 8352881. OLE color: 8352881.

HSL color Cylindrical-coordinate representation of color #71747F: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71747F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 116 127 -
CMYK 0.11 0.09 0 0.50
HSL 227.14º 0.06% 0.47% -
HSV(B) 227.14º 0.11% 0.5% -
XYZ 16.89 17.53 22.57 -
YUV 116.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 113 116 127 0.11 0.09 0 0.50 227.14 0.06 0.47
Hex 71 74 7F B 9 0 32 E3 6 2F
Octal 161 164 177 13 11 0 62 343 6 57
Binary 1110001 1110100 1111111 1011 1001 0 110010 11100011 110 101111

Color Harmonies of #71747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71747F

Black with #71747F

Text Example


Text Example

White with #71747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71747F; }

 p { color: rgb(113,116,127); }

 H1.HeaderClassName
 {
   color: #71747F;
 }
 .AnyTagClassName
 {
   color: #71747F;
 }
</style>

background-color css

<style>
 a { background-color: #71747F; }

 a { background-color: rgb(113,116,127); }

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

border-color css

<style>
 span { border-color: #71747F; }

 span { border-color: rgb(113,116,127); }

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