Html Css Color HEX #71758E Storm Grey

📋 copy color: '#71758E'

red 113 ◦ green 117 ◦ blue 142

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

Shades of Storm Grey #71758E

Tints of Storm Grey #71758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 30.38%
G = 31.45%
B = 38.17%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71758E (or 0x71758E) is known color: Storm Grey. HEX triplet: 71, 75 and 8E. RGB value is (113,117,142). Sum of RGB (Red+Green+Blue) = 113+117+142=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #71758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71758E is #8E8A71. Grayscale: #767676. Windows color (decimal): -9341554 or 9336177. OLE color: 9336177.

HSL color Cylindrical-coordinate representation of color #71758E: hue angle of 231.72º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71758E is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 117 142 -
CMYK 0.20 0.18 0 0.44
HSL 231.72º 0.11% 0.5% -
HSV(B) 231.72º 0.2% 0.56% -
XYZ 18.05 18.19 28.15 -
YUV 118.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 113 117 142 0.20 0.18 0 0.44 231.72 0.11 0.5
Hex 71 75 8E 14 12 0 2C E8 B 32
Octal 161 165 216 24 22 0 54 350 13 62
Binary 1110001 1110101 10001110 10100 10010 0 101100 11101000 1011 110010

Color Harmonies of #71758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71758E

Black with #71758E

Text Example


Text Example

White with #71758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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