Html Css Color HEX #717985 Storm Grey

📋 copy color: '#717985'

red 113 ◦ green 121 ◦ blue 133

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

Shades of Storm Grey #717985

Tints of Storm Grey #717985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 30.79%
G = 32.97%
B = 36.24%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717985 (or 0x717985) is known color: Storm Grey. HEX triplet: 71, 79 and 85. RGB value is (113,121,133). Sum of RGB (Red+Green+Blue) = 113+121+133=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #717985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717985 is #8E867A. Grayscale: #777777. Windows color (decimal): -9340539 or 8747377. OLE color: 8747377.

HSL color Cylindrical-coordinate representation of color #717985: hue angle of 216º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717985 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 121 133 -
CMYK 0.15 0.09 0 0.48
HSL 216º 0.08% 0.48% -
HSV(B) 216º 0.15% 0.52% -
XYZ 17.88 18.88 24.89 -
YUV 119.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 113 121 133 0.15 0.09 0 0.48 216 0.08 0.48
Hex 71 79 85 F 9 0 30 D8 8 30
Octal 161 171 205 17 11 0 60 330 10 60
Binary 1110001 1111001 10000101 1111 1001 0 110000 11011000 1000 110000

Color Harmonies of #717985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717985

Black with #717985

Text Example


Text Example

White with #717985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717985; }

 p { color: rgb(113,121,133); }

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

background-color css

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

 a { background-color: rgb(113,121,133); }

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

border-color css

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

 span { border-color: rgb(113,121,133); }

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