Html Css Color HEX #71747D Storm Grey

📋 copy color: '#71747D'

red 113 ◦ green 116 ◦ blue 125

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

Shades of Storm Grey #71747D

Tints of Storm Grey #71747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 31.92%
G = 32.77%
B = 35.31%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71747D (or 0x71747D) is known color: Storm Grey. HEX triplet: 71, 74 and 7D. RGB value is (113,116,125). Sum of RGB (Red+Green+Blue) = 113+116+125=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #71747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71747D is #8E8B82. Grayscale: #747474. Windows color (decimal): -9341827 or 8221809. OLE color: 8221809.

HSL color Cylindrical-coordinate representation of color #71747D: hue angle of 225º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71747D is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 116 125 -
CMYK 0.10 0.07 0 0.51
HSL 225º 0.05% 0.47% -
HSV(B) 225º 0.1% 0.49% -
XYZ 16.76 17.48 21.89 -
YUV 116.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 113 116 125 0.10 0.07 0 0.51 225 0.05 0.47
Hex 71 74 7D A 7 0 33 E1 5 2F
Octal 161 164 175 12 7 0 63 341 5 57
Binary 1110001 1110100 1111101 1010 111 0 110011 11100001 101 101111

Color Harmonies of #71747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71747D

Black with #71747D

Text Example


Text Example

White with #71747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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