Html Css Color HEX #727587 Storm Grey

📋 copy color: '#727587'

red 114 ◦ green 117 ◦ blue 135

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

Shades of Storm Grey #727587

Tints of Storm Grey #727587

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 31.15%
G = 31.97%
B = 36.89%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727587 (or 0x727587) is known color: Storm Grey. HEX triplet: 72, 75 and 87. RGB value is (114,117,135). Sum of RGB (Red+Green+Blue) = 114+117+135=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #727587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727587 is #8D8A78. Grayscale: #767676. Windows color (decimal): -9276025 or 8877426. OLE color: 8877426.

HSL color Cylindrical-coordinate representation of color #727587: hue angle of 231.43º 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 #727587 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 117 135 -
CMYK 0.16 0.13 0 0.47
HSL 231.43º 0.08% 0.49% -
HSV(B) 231.43º 0.16% 0.53% -
XYZ 17.67 18.05 25.47 -
YUV 118.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 114 117 135 0.16 0.13 0 0.47 231.43 0.08 0.49
Hex 72 75 87 10 D 0 2F E7 8 31
Octal 162 165 207 20 15 0 57 347 10 61
Binary 1110010 1110101 10000111 10000 1101 0 101111 11100111 1000 110001

Color Harmonies of #727587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727587

Black with #727587

Text Example


Text Example

White with #727587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727587; }

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

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

background-color css

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

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

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

border-color css

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

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

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