Html Css Color HEX #727A8B Storm Grey

📋 copy color: '#727A8B'

red 114 ◦ green 122 ◦ blue 139

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

Shades of Storm Grey #727A8B

Tints of Storm Grey #727A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 30.4%
G = 32.53%
B = 37.07%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#727A8B (or 0x727A8B) is known color: Storm Grey. HEX triplet: 72, 7A and 8B. RGB value is (114,122,139). Sum of RGB (Red+Green+Blue) = 114+122+139=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #727A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A8B is #8D8574. Grayscale: #797979. Windows color (decimal): -9274741 or 9140850. OLE color: 9140850.

HSL color Cylindrical-coordinate representation of color #727A8B: hue angle of 220.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727A8B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 122 139 -
CMYK 0.18 0.12 0 0.45
HSL 220.8º 0.1% 0.5% -
HSV(B) 220.8º 0.18% 0.55% -
XYZ 18.56 19.36 27.18 -
YUV 121.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 114 122 139 0.18 0.12 0 0.45 220.8 0.1 0.5
Hex 72 7A 8B 12 C 0 2D DD A 32
Octal 162 172 213 22 14 0 55 335 12 62
Binary 1110010 1111010 10001011 10010 1100 0 101101 11011101 1010 110010

Color Harmonies of #727A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A8B

Black with #727A8B

Text Example


Text Example

White with #727A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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