Html Css Color HEX #76788C Storm Grey

📋 copy color: '#76788C'

red 118 ◦ green 120 ◦ blue 140

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

Shades of Storm Grey #76788C

Tints of Storm Grey #76788C

RGB

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

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

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

R = 31.22%
G = 31.75%
B = 37.04%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76788C (or 0x76788C) is known color: Storm Grey. HEX triplet: 76, 78 and 8C. RGB value is (118,120,140). Sum of RGB (Red+Green+Blue) = 118+120+140=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #76788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788C is #898773. Grayscale: #797979. Windows color (decimal): -9013108 or 9205878. OLE color: 9205878.

HSL color Cylindrical-coordinate representation of color #76788C: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76788C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 120 140 -
CMYK 0.16 0.14 0 0.45
HSL 234.55º 0.09% 0.51% -
HSV(B) 234.55º 0.16% 0.55% -
XYZ 18.92 19.18 27.52 -
YUV 121.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 118 120 140 0.16 0.14 0 0.45 234.55 0.09 0.51
Hex 76 78 8C 10 E 0 2D EB 9 33
Octal 166 170 214 20 16 0 55 353 11 63
Binary 1110110 1111000 10001100 10000 1110 0 101101 11101011 1001 110011

Color Harmonies of #76788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76788C

Black with #76788C

Text Example


Text Example

White with #76788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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