Html Css Color HEX #76788F Storm Grey

📋 copy color: '#76788F'

red 118 ◦ green 120 ◦ blue 143

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

Shades of Storm Grey #76788F

Tints of Storm Grey #76788F

RGB

 RED value IS 118 (46.48% from 255) = 30.97%

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 30.97%
G = 31.5%
B = 37.53%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76788F (or 0x76788F) is known color: Storm Grey. HEX triplet: 76, 78 and 8F. RGB value is (118,120,143). Sum of RGB (Red+Green+Blue) = 118+120+143=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #76788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788F is #898770. Grayscale: #797979. Windows color (decimal): -9013105 or 9402486. OLE color: 9402486.

HSL color Cylindrical-coordinate representation of color #76788F: hue angle of 235.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76788F is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 120 143 -
CMYK 0.17 0.16 0 0.44
HSL 235.2º 0.1% 0.51% -
HSV(B) 235.2º 0.17% 0.56% -
XYZ 19.15 19.27 28.7 -
YUV 122.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 118 120 143 0.17 0.16 0 0.44 235.2 0.1 0.51
Hex 76 78 8F 11 10 0 2C EB A 33
Octal 166 170 217 21 20 0 54 353 12 63
Binary 1110110 1111000 10001111 10001 10000 0 101100 11101011 1010 110011

Color Harmonies of #76788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76788F

Black with #76788F

Text Example


Text Example

White with #76788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76788F; }

 p { color: rgb(118,120,143); }

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

background-color css

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

 a { background-color: rgb(118,120,143); }

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

border-color css

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

 span { border-color: rgb(118,120,143); }

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