Html Css Color HEX #727487 Storm Grey

📋 copy color: '#727487'

red 114 ◦ green 116 ◦ blue 135

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

Shades of Storm Grey #727487

Tints of Storm Grey #727487

RGB

 RED value IS 114 (44.92% from 255) = 31.23%

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

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 31.23%
G = 31.78%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727487 (or 0x727487) is known color: Storm Grey. HEX triplet: 72, 74 and 87. RGB value is (114,116,135). Sum of RGB (Red+Green+Blue) = 114+116+135=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #727487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727487 is #8D8B78. Grayscale: #757575. Windows color (decimal): -9276281 or 8877170. OLE color: 8877170.

HSL color Cylindrical-coordinate representation of color #727487: hue angle of 234.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727487 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 116 135 -
CMYK 0.16 0.14 0 0.47
HSL 234.29º 0.08% 0.49% -
HSV(B) 234.29º 0.16% 0.53% -
XYZ 17.56 17.82 25.44 -
YUV 117.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 114 116 135 0.16 0.14 0 0.47 234.29 0.08 0.49
Hex 72 74 87 10 E 0 2F EA 8 31
Octal 162 164 207 20 16 0 57 352 10 61
Binary 1110010 1110100 10000111 10000 1110 0 101111 11101010 1000 110001

Color Harmonies of #727487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727487

Black with #727487

Text Example


Text Example

White with #727487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727487; }

 p { color: rgb(114,116,135); }

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

background-color css

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

 a { background-color: rgb(114,116,135); }

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

border-color css

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

 span { border-color: rgb(114,116,135); }

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