Html Css Color HEX #71748C Storm Grey

📋 copy color: '#71748C'

red 113 ◦ green 116 ◦ blue 140

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

Shades of Storm Grey #71748C

Tints of Storm Grey #71748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 30.62%
G = 31.44%
B = 37.94%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71748C (or 0x71748C) is known color: Storm Grey. HEX triplet: 71, 74 and 8C. RGB value is (113,116,140). Sum of RGB (Red+Green+Blue) = 113+116+140=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #71748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71748C is #8E8B73. Grayscale: #757575. Windows color (decimal): -9341812 or 9204849. OLE color: 9204849.

HSL color Cylindrical-coordinate representation of color #71748C: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71748C is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 116 140 -
CMYK 0.19 0.17 0 0.45
HSL 233.33º 0.11% 0.5% -
HSV(B) 233.33º 0.19% 0.55% -
XYZ 17.79 17.89 27.33 -
YUV 117.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 113 116 140 0.19 0.17 0 0.45 233.33 0.11 0.5
Hex 71 74 8C 13 11 0 2D E9 B 32
Octal 161 164 214 23 21 0 55 351 13 62
Binary 1110001 1110100 10001100 10011 10001 0 101101 11101001 1011 110010

Color Harmonies of #71748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71748C

Black with #71748C

Text Example


Text Example

White with #71748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71748C; }

 p { color: rgb(113,116,140); }

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

background-color css

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

 a { background-color: rgb(113,116,140); }

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

border-color css

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

 span { border-color: rgb(113,116,140); }

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