Html Css Color HEX #71727A Storm Grey

📋 copy color: '#71727A'

red 113 ◦ green 114 ◦ blue 122

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

Shades of Storm Grey #71727A

Tints of Storm Grey #71727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 32.38%
G = 32.66%
B = 34.96%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71727A (or 0x71727A) is known color: Storm Grey. HEX triplet: 71, 72 and 7A. RGB value is (113,114,122). Sum of RGB (Red+Green+Blue) = 113+114+122=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 122 - color contains mainly: blue. Hex color #71727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71727A is #8E8D85. Grayscale: #727272. Windows color (decimal): -9342342 or 8024689. OLE color: 8024689.

HSL color Cylindrical-coordinate representation of color #71727A: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71727A is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 114 122 -
CMYK 0.07 0.07 0 0.52
HSL 233.33º 0.04% 0.46% -
HSV(B) 233.33º 0.07% 0.48% -
XYZ 16.34 16.95 20.82 -
YUV 114.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 113 114 122 0.07 0.07 0 0.52 233.33 0.04 0.46
Hex 71 72 7A 7 7 0 34 E9 4 2E
Octal 161 162 172 7 7 0 64 351 4 56
Binary 1110001 1110010 1111010 111 111 0 110100 11101001 100 101110

Color Harmonies of #71727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71727A

Black with #71727A

Text Example


Text Example

White with #71727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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