Html Css Color HEX #717682 Storm Grey

📋 copy color: '#717682'

red 113 ◦ green 118 ◦ blue 130

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

Shades of Storm Grey #717682

Tints of Storm Grey #717682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 31.3%
G = 32.69%
B = 36.01%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717682 (or 0x717682) is known color: Storm Grey. HEX triplet: 71, 76 and 82. RGB value is (113,118,130). Sum of RGB (Red+Green+Blue) = 113+118+130=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #717682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717682 is #8E897D. Grayscale: #757575. Windows color (decimal): -9341310 or 8550001. OLE color: 8550001.

HSL color Cylindrical-coordinate representation of color #717682: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717682 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 118 130 -
CMYK 0.13 0.09 0 0.49
HSL 222.35º 0.07% 0.48% -
HSV(B) 222.35º 0.13% 0.51% -
XYZ 17.32 18.08 23.7 -
YUV 117.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 113 118 130 0.13 0.09 0 0.49 222.35 0.07 0.48
Hex 71 76 82 D 9 0 31 DE 7 30
Octal 161 166 202 15 11 0 61 336 7 60
Binary 1110001 1110110 10000010 1101 1001 0 110001 11011110 111 110000

Color Harmonies of #717682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717682

Black with #717682

Text Example


Text Example

White with #717682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717682; }

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

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

background-color css

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

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

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

border-color css

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

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

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