Html Css Color HEX #71768D Storm Grey

📋 copy color: '#71768D'

red 113 ◦ green 118 ◦ blue 141

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

Shades of Storm Grey #71768D

Tints of Storm Grey #71768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 30.38%
G = 31.72%
B = 37.9%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71768D (or 0x71768D) is known color: Storm Grey. HEX triplet: 71, 76 and 8D. RGB value is (113,118,141). Sum of RGB (Red+Green+Blue) = 113+118+141=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #71768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71768D is #8E8972. Grayscale: #777777. Windows color (decimal): -9341299 or 9270897. OLE color: 9270897.

HSL color Cylindrical-coordinate representation of color #71768D: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71768D is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 118 141 -
CMYK 0.20 0.16 0 0.45
HSL 229.29º 0.11% 0.5% -
HSV(B) 229.29º 0.2% 0.55% -
XYZ 18.1 18.39 27.8 -
YUV 119.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 113 118 141 0.20 0.16 0 0.45 229.29 0.11 0.5
Hex 71 76 8D 14 10 0 2D E5 B 32
Octal 161 166 215 24 20 0 55 345 13 62
Binary 1110001 1110110 10001101 10100 10000 0 101101 11100101 1011 110010

Color Harmonies of #71768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71768D

Black with #71768D

Text Example


Text Example

White with #71768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71768D; }

 p { color: rgb(113,118,141); }

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

background-color css

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

 a { background-color: rgb(113,118,141); }

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

border-color css

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

 span { border-color: rgb(113,118,141); }

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