Html Css Color HEX #777996 Storm Grey

📋 copy color: '#777996'

red 119 ◦ green 121 ◦ blue 150

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

Shades of Storm Grey #777996

Tints of Storm Grey #777996

RGB

 RED value IS 119 (46.88% from 255) = 30.51%

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 30.51%
G = 31.03%
B = 38.46%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777996 (or 0x777996) is known color: Storm Grey. HEX triplet: 77, 79 and 96. RGB value is (119,121,150). Sum of RGB (Red+Green+Blue) = 119+121+150=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #777996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777996 is #888669. Grayscale: #7B7B7B. Windows color (decimal): -8947306 or 9861495. OLE color: 9861495.

HSL color Cylindrical-coordinate representation of color #777996: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777996 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 121 150 -
CMYK 0.21 0.19 0 0.41
HSL 236.13º 0.13% 0.53% -
HSV(B) 236.13º 0.21% 0.59% -
XYZ 19.95 19.8 31.62 -
YUV 123.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 119 121 150 0.21 0.19 0 0.41 236.13 0.13 0.53
Hex 77 79 96 15 13 0 29 EC D 35
Octal 167 171 226 25 23 0 51 354 15 65
Binary 1110111 1111001 10010110 10101 10011 0 101001 11101100 1101 110101

Color Harmonies of #777996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777996

Black with #777996

Text Example


Text Example

White with #777996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777996; }

 p { color: rgb(119,121,150); }

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

background-color css

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

 a { background-color: rgb(119,121,150); }

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

border-color css

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

 span { border-color: rgb(119,121,150); }

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