Html Css Color HEX #70727F Storm Grey

📋 copy color: '#70727F'

red 112 ◦ green 114 ◦ blue 127

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

Shades of Storm Grey #70727F

Tints of Storm Grey #70727F

RGB

 RED value IS 112 (44.14% from 255) = 31.73%

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

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

R = 31.73%
G = 32.29%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70727F (or 0x70727F) is known color: Storm Grey. HEX triplet: 70, 72 and 7F. RGB value is (112,114,127). Sum of RGB (Red+Green+Blue) = 112+114+127=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #70727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70727F is #8F8D80. Grayscale: #727272. Windows color (decimal): -9407873 or 8352368. OLE color: 8352368.

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

Color convert

RGB 112 114 127 -
CMYK 0.12 0.10 0 0.50
HSL 232º 0.06% 0.47% -
HSV(B) 232º 0.12% 0.5% -
XYZ 16.53 17.01 22.49 -
YUV 114.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 112 114 127 0.12 0.10 0 0.50 232 0.06 0.47
Hex 70 72 7F C A 0 32 E8 6 2F
Octal 160 162 177 14 12 0 62 350 6 57
Binary 1110000 1110010 1111111 1100 1010 0 110010 11101000 110 101111

Color Harmonies of #70727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70727F

Black with #70727F

Text Example


Text Example

White with #70727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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