Html Css Color HEX #727B93 Storm Grey

📋 copy color: '#727B93'

red 114 ◦ green 123 ◦ blue 147

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

Shades of Storm Grey #727B93

Tints of Storm Grey #727B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 29.69%
G = 32.03%
B = 38.28%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727B93 (or 0x727B93) is known color: Storm Grey. HEX triplet: 72, 7B and 93. RGB value is (114,123,147). Sum of RGB (Red+Green+Blue) = 114+123+147=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #727B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B93 is #8D846C. Grayscale: #7A7A7A. Windows color (decimal): -9274477 or 9665394. OLE color: 9665394.

HSL color Cylindrical-coordinate representation of color #727B93: hue angle of 223.64º 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 #727B93 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 123 147 -
CMYK 0.22 0.16 0 0.42
HSL 223.64º 0.13% 0.51% -
HSV(B) 223.64º 0.22% 0.58% -
XYZ 19.29 19.85 30.42 -
YUV 123.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 114 123 147 0.22 0.16 0 0.42 223.64 0.13 0.51
Hex 72 7B 93 16 10 0 2A E0 D 33
Octal 162 173 223 26 20 0 52 340 15 63
Binary 1110010 1111011 10010011 10110 10000 0 101010 11100000 1101 110011

Color Harmonies of #727B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B93

Black with #727B93

Text Example


Text Example

White with #727B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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