Html Css Color HEX #727A93 Storm Grey

📋 copy color: '#727A93'

red 114 ◦ green 122 ◦ blue 147

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

Shades of Storm Grey #727A93

Tints of Storm Grey #727A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 29.77%
G = 31.85%
B = 38.38%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727A93 (or 0x727A93) is known color: Storm Grey. HEX triplet: 72, 7A and 93. RGB value is (114,122,147). Sum of RGB (Red+Green+Blue) = 114+122+147=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #727A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A93 is #8D856C. Grayscale: #7A7A7A. Windows color (decimal): -9274733 or 9665138. OLE color: 9665138.

HSL color Cylindrical-coordinate representation of color #727A93: hue angle of 225.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727A93 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 122 147 -
CMYK 0.22 0.17 0 0.42
HSL 225.45º 0.13% 0.51% -
HSV(B) 225.45º 0.22% 0.58% -
XYZ 19.17 19.6 30.38 -
YUV 122.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 114 122 147 0.22 0.17 0 0.42 225.45 0.13 0.51
Hex 72 7A 93 16 11 0 2A E1 D 33
Octal 162 172 223 26 21 0 52 341 15 63
Binary 1110010 1111010 10010011 10110 10001 0 101010 11100001 1101 110011

Color Harmonies of #727A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A93

Black with #727A93

Text Example


Text Example

White with #727A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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