Html Css Color HEX #71727B Storm Grey

📋 copy color: '#71727B'

red 113 ◦ green 114 ◦ blue 123

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

Shades of Storm Grey #71727B

Tints of Storm Grey #71727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 32.29%
G = 32.57%
B = 35.14%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71727B (or 0x71727B) is known color: Storm Grey. HEX triplet: 71, 72 and 7B. RGB value is (113,114,123). Sum of RGB (Red+Green+Blue) = 113+114+123=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #71727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71727B is #8E8D84. Grayscale: #727272. Windows color (decimal): -9342341 or 8090225. OLE color: 8090225.

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

Color convert

RGB 113 114 123 -
CMYK 0.08 0.07 0 0.52
HSL 234º 0.04% 0.46% -
HSV(B) 234º 0.08% 0.48% -
XYZ 16.4 16.98 21.15 -
YUV 114.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 113 114 123 0.08 0.07 0 0.52 234 0.04 0.46
Hex 71 72 7B 8 7 0 34 EA 4 2E
Octal 161 162 173 10 7 0 64 352 4 56
Binary 1110001 1110010 1111011 1000 111 0 110100 11101010 100 101110

Color Harmonies of #71727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71727B

Black with #71727B

Text Example


Text Example

White with #71727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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