Html Css Color HEX #727690 Storm Grey

📋 copy color: '#727690'

red 114 ◦ green 118 ◦ blue 144

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

Shades of Storm Grey #727690

Tints of Storm Grey #727690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 30.32%
G = 31.38%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727690 (or 0x727690) is known color: Storm Grey. HEX triplet: 72, 76 and 90. RGB value is (114,118,144). Sum of RGB (Red+Green+Blue) = 114+118+144=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #727690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727690 is #8D896F. Grayscale: #777777. Windows color (decimal): -9275760 or 9467506. OLE color: 9467506.

HSL color Cylindrical-coordinate representation of color #727690: hue angle of 232º 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 #727690 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 118 144 -
CMYK 0.21 0.18 0 0.44
HSL 232º 0.12% 0.51% -
HSV(B) 232º 0.21% 0.56% -
XYZ 18.45 18.55 28.99 -
YUV 119.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 114 118 144 0.21 0.18 0 0.44 232 0.12 0.51
Hex 72 76 90 15 12 0 2C E8 C 33
Octal 162 166 220 25 22 0 54 350 14 63
Binary 1110010 1110110 10010000 10101 10010 0 101100 11101000 1100 110011

Color Harmonies of #727690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727690

Black with #727690

Text Example


Text Example

White with #727690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727690; }

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

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

background-color css

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

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

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

border-color css

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

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

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