Html Css Color HEX #717482 Storm Grey

📋 copy color: '#717482'

red 113 ◦ green 116 ◦ blue 130

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

Shades of Storm Grey #717482

Tints of Storm Grey #717482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 31.48%
G = 32.31%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#717482 (or 0x717482) is known color: Storm Grey. HEX triplet: 71, 74 and 82. RGB value is (113,116,130). Sum of RGB (Red+Green+Blue) = 113+116+130=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #717482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717482 is #8E8B7D. Grayscale: #747474. Windows color (decimal): -9341822 or 8549489. OLE color: 8549489.

HSL color Cylindrical-coordinate representation of color #717482: hue angle of 229.41º 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 #717482 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 116 130 -
CMYK 0.13 0.11 0 0.49
HSL 229.41º 0.07% 0.48% -
HSV(B) 229.41º 0.13% 0.51% -
XYZ 17.08 17.61 23.62 -
YUV 116.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 113 116 130 0.13 0.11 0 0.49 229.41 0.07 0.48
Hex 71 74 82 D B 0 31 E5 7 30
Octal 161 164 202 15 13 0 61 345 7 60
Binary 1110001 1110100 10000010 1101 1011 0 110001 11100101 111 110000

Color Harmonies of #717482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717482

Black with #717482

Text Example


Text Example

White with #717482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717482; }

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

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

background-color css

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

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

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

border-color css

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

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

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