Html Css Color HEX #727B90 Storm Grey

📋 copy color: '#727B90'

red 114 ◦ green 123 ◦ blue 144

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

Shades of Storm Grey #727B90

Tints of Storm Grey #727B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 29.92%
G = 32.28%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727B90 (or 0x727B90) is known color: Storm Grey. HEX triplet: 72, 7B and 90. RGB value is (114,123,144). Sum of RGB (Red+Green+Blue) = 114+123+144=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #727B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B90 is #8D846F. Grayscale: #7A7A7A. Windows color (decimal): -9274480 or 9468786. OLE color: 9468786.

HSL color Cylindrical-coordinate representation of color #727B90: hue angle of 222º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727B90 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 123 144 -
CMYK 0.21 0.15 0 0.44
HSL 222º 0.12% 0.51% -
HSV(B) 222º 0.21% 0.56% -
XYZ 19.06 19.76 29.19 -
YUV 122.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 114 123 144 0.21 0.15 0 0.44 222 0.12 0.51
Hex 72 7B 90 15 F 0 2C DE C 33
Octal 162 173 220 25 17 0 54 336 14 63
Binary 1110010 1111011 10010000 10101 1111 0 101100 11011110 1100 110011

Color Harmonies of #727B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B90

Black with #727B90

Text Example


Text Example

White with #727B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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