Html Css Color HEX #717A8F Storm Grey

📋 copy color: '#717A8F'

red 113 ◦ green 122 ◦ blue 143

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

Shades of Storm Grey #717A8F

Tints of Storm Grey #717A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 29.89%
G = 32.28%
B = 37.83%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#717A8F (or 0x717A8F) is known color: Storm Grey. HEX triplet: 71, 7A and 8F. RGB value is (113,122,143). Sum of RGB (Red+Green+Blue) = 113+122+143=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #717A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A8F is #8E8570. Grayscale: #797979. Windows color (decimal): -9340273 or 9402993. OLE color: 9402993.

HSL color Cylindrical-coordinate representation of color #717A8F: hue angle of 222º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #717A8F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 122 143 -
CMYK 0.21 0.15 0 0.44
HSL 222º 0.12% 0.5% -
HSV(B) 222º 0.21% 0.56% -
XYZ 18.73 19.41 28.75 -
YUV 121.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 113 122 143 0.21 0.15 0 0.44 222 0.12 0.5
Hex 71 7A 8F 15 F 0 2C DE C 32
Octal 161 172 217 25 17 0 54 336 14 62
Binary 1110001 1111010 10001111 10101 1111 0 101100 11011110 1100 110010

Color Harmonies of #717A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A8F

Black with #717A8F

Text Example


Text Example

White with #717A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A8F; }

 p { color: rgb(113,122,143); }

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

background-color css

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

 a { background-color: rgb(113,122,143); }

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

border-color css

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

 span { border-color: rgb(113,122,143); }

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