Html Css Color HEX #717378 Storm Grey

📋 copy color: '#717378'

red 113 ◦ green 115 ◦ blue 120

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

Shades of Storm Grey #717378

Tints of Storm Grey #717378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 32.47%
G = 33.05%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717378 (or 0x717378) is known color: Storm Grey. HEX triplet: 71, 73 and 78. RGB value is (113,115,120). Sum of RGB (Red+Green+Blue) = 113+115+120=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #717378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717378 is #8E8C87. Grayscale: #727272. Windows color (decimal): -9342088 or 7893873. OLE color: 7893873.

HSL color Cylindrical-coordinate representation of color #717378: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #717378 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 115 120 -
CMYK 0.06 0.04 0 0.53
HSL 222.86º 0.03% 0.46% -
HSV(B) 222.86º 0.06% 0.47% -
XYZ 16.33 17.13 20.21 -
YUV 114.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 113 115 120 0.06 0.04 0 0.53 222.86 0.03 0.46
Hex 71 73 78 6 4 0 35 DF 3 2E
Octal 161 163 170 6 4 0 65 337 3 56
Binary 1110001 1110011 1111000 110 100 0 110101 11011111 11 101110

Color Harmonies of #717378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717378

Black with #717378

Text Example


Text Example

White with #717378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717378; }

 p { color: rgb(113,115,120); }

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

background-color css

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

 a { background-color: rgb(113,115,120); }

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

border-color css

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

 span { border-color: rgb(113,115,120); }

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