Html Css Color HEX #71788B Storm Grey

📋 copy color: '#71788B'

red 113 ◦ green 120 ◦ blue 139

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

Shades of Storm Grey #71788B

Tints of Storm Grey #71788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 30.38%
G = 32.26%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71788B (or 0x71788B) is known color: Storm Grey. HEX triplet: 71, 78 and 8B. RGB value is (113,120,139). Sum of RGB (Red+Green+Blue) = 113+120+139=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #71788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71788B is #8E8774. Grayscale: #777777. Windows color (decimal): -9340789 or 9140337. OLE color: 9140337.

HSL color Cylindrical-coordinate representation of color #71788B: hue angle of 223.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71788B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 120 139 -
CMYK 0.19 0.14 0 0.45
HSL 223.85º 0.1% 0.49% -
HSV(B) 223.85º 0.19% 0.55% -
XYZ 18.19 18.81 27.1 -
YUV 120.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 113 120 139 0.19 0.14 0 0.45 223.85 0.1 0.49
Hex 71 78 8B 13 E 0 2D E0 A 31
Octal 161 170 213 23 16 0 55 340 12 61
Binary 1110001 1111000 10001011 10011 1110 0 101101 11100000 1010 110001

Color Harmonies of #71788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71788B

Black with #71788B

Text Example


Text Example

White with #71788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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