Html Css Color HEX #717680 Storm Grey

📋 copy color: '#717680'

red 113 ◦ green 118 ◦ blue 128

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

Shades of Storm Grey #717680

Tints of Storm Grey #717680

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

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

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

R = 31.48%
G = 32.87%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717680 (or 0x717680) is known color: Storm Grey. HEX triplet: 71, 76 and 80. RGB value is (113,118,128). Sum of RGB (Red+Green+Blue) = 113+118+128=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 128 - color contains mainly: blue. Hex color #717680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717680 is #8E897F. Grayscale: #757575. Windows color (decimal): -9341312 or 8418929. OLE color: 8418929.

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

Color convert

RGB 113 118 128 -
CMYK 0.12 0.08 0 0.50
HSL 220º 0.06% 0.47% -
HSV(B) 220º 0.12% 0.5% -
XYZ 17.18 18.03 23 -
YUV 117.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 113 118 128 0.12 0.08 0 0.50 220 0.06 0.47
Hex 71 76 80 C 8 0 32 DC 6 2F
Octal 161 166 200 14 10 0 62 334 6 57
Binary 1110001 1110110 10000000 1100 1000 0 110010 11011100 110 101111

Color Harmonies of #717680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717680

Black with #717680

Text Example


Text Example

White with #717680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717680; }

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

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

background-color css

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

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

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

border-color css

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

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

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