Html Css Color HEX #777C96 Storm Grey

📋 copy color: '#777C96'

red 119 ◦ green 124 ◦ blue 150

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

Shades of Storm Grey #777C96

Tints of Storm Grey #777C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 30.28%
G = 31.55%
B = 38.17%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777C96 (or 0x777C96) is known color: Storm Grey. HEX triplet: 77, 7C and 96. RGB value is (119,124,150). Sum of RGB (Red+Green+Blue) = 119+124+150=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #777C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C96 is #888369. Grayscale: #7D7D7D. Windows color (decimal): -8946538 or 9862263. OLE color: 9862263.

HSL color Cylindrical-coordinate representation of color #777C96: hue angle of 230.32º 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 #777C96 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 124 150 -
CMYK 0.21 0.17 0 0.41
HSL 230.32º 0.13% 0.53% -
HSV(B) 230.32º 0.21% 0.59% -
XYZ 20.32 20.54 31.75 -
YUV 125.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 119 124 150 0.21 0.17 0 0.41 230.32 0.13 0.53
Hex 77 7C 96 15 11 0 29 E6 D 35
Octal 167 174 226 25 21 0 51 346 15 65
Binary 1110111 1111100 10010110 10101 10001 0 101001 11100110 1101 110101

Color Harmonies of #777C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C96

Black with #777C96

Text Example


Text Example

White with #777C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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