Html Css Color HEX #727680 Storm Grey

📋 copy color: '#727680'

red 114 ◦ green 118 ◦ blue 128

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

Shades of Storm Grey #727680

Tints of Storm Grey #727680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 31.67%
G = 32.78%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#727680 (or 0x727680) is known color: Storm Grey. HEX triplet: 72, 76 and 80. RGB value is (114,118,128). Sum of RGB (Red+Green+Blue) = 114+118+128=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #727680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727680 is #8D897F. Grayscale: #757575. Windows color (decimal): -9275776 or 8418930. OLE color: 8418930.

HSL color Cylindrical-coordinate representation of color #727680: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727680 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 118 128 -
CMYK 0.11 0.08 0 0.50
HSL 222.86º 0.06% 0.47% -
HSV(B) 222.86º 0.11% 0.5% -
XYZ 17.31 18.09 23 -
YUV 117.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 114 118 128 0.11 0.08 0 0.50 222.86 0.06 0.47
Hex 72 76 80 B 8 0 32 DF 6 2F
Octal 162 166 200 13 10 0 62 337 6 57
Binary 1110010 1110110 10000000 1011 1000 0 110010 11011111 110 101111

Color Harmonies of #727680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727680

Black with #727680

Text Example


Text Example

White with #727680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727680; }

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

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

background-color css

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

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

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

border-color css

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

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

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