Html Css Color HEX #71727F Storm Grey

📋 copy color: '#71727F'

red 113 ◦ green 114 ◦ blue 127

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

Shades of Storm Grey #71727F

Tints of Storm Grey #71727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 31.92%
G = 32.2%
B = 35.88%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71727F (or 0x71727F) is known color: Storm Grey. HEX triplet: 71, 72 and 7F. RGB value is (113,114,127). Sum of RGB (Red+Green+Blue) = 113+114+127=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #71727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71727F is #8E8D80. Grayscale: #737373. Windows color (decimal): -9342337 or 8352369. OLE color: 8352369.

HSL color Cylindrical-coordinate representation of color #71727F: hue angle of 235.71º 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 #71727F is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 114 127 -
CMYK 0.11 0.10 0 0.50
HSL 235.71º 0.06% 0.47% -
HSV(B) 235.71º 0.11% 0.5% -
XYZ 16.66 17.08 22.5 -
YUV 115.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 113 114 127 0.11 0.10 0 0.50 235.71 0.06 0.47
Hex 71 72 7F B A 0 32 EC 6 2F
Octal 161 162 177 13 12 0 62 354 6 57
Binary 1110001 1110010 1111111 1011 1010 0 110010 11101100 110 101111

Color Harmonies of #71727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71727F

Black with #71727F

Text Example


Text Example

White with #71727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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