Html Css Color HEX #717275 Storm Grey

📋 copy color: '#717275'

red 113 ◦ green 114 ◦ blue 117

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

Shades of Storm Grey #717275

Tints of Storm Grey #717275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 32.85%
G = 33.14%
B = 34.01%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717275 (or 0x717275) is known color: Storm Grey. HEX triplet: 71, 72 and 75. RGB value is (113,114,117). Sum of RGB (Red+Green+Blue) = 113+114+117=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: blue. Hex color #717275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717275 is #8E8D8A. Grayscale: #727272. Windows color (decimal): -9342347 or 7697009. OLE color: 7697009.

HSL color Cylindrical-coordinate representation of color #717275: hue angle of 225º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717275 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 114 117 -
CMYK 0.03 0.03 0 0.54
HSL 225º 0.02% 0.45% -
HSV(B) 225º 0.03% 0.46% -
XYZ 16.04 16.83 19.23 -
YUV 114.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 113 114 117 0.03 0.03 0 0.54 225 0.02 0.45
Hex 71 72 75 3 3 0 36 E1 2 2D
Octal 161 162 165 3 3 0 66 341 2 55
Binary 1110001 1110010 1110101 11 11 0 110110 11100001 10 101101

Color Harmonies of #717275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717275

Black with #717275

Text Example


Text Example

White with #717275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717275; }

 p { color: rgb(113,114,117); }

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

background-color css

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

 a { background-color: rgb(113,114,117); }

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

border-color css

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

 span { border-color: rgb(113,114,117); }

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