Html Css Color HEX #777C90 Storm Grey

📋 copy color: '#777C90'

red 119 ◦ green 124 ◦ blue 144

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

Shades of Storm Grey #777C90

Tints of Storm Grey #777C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 30.75%
G = 32.04%
B = 37.21%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777C90 (or 0x777C90) is known color: Storm Grey. HEX triplet: 77, 7C and 90. RGB value is (119,124,144). Sum of RGB (Red+Green+Blue) = 119+124+144=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #777C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C90 is #88836F. Grayscale: #7C7C7C. Windows color (decimal): -8946544 or 9469047. OLE color: 9469047.

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

Color convert

RGB 119 124 144 -
CMYK 0.17 0.14 0 0.44
HSL 228º 0.1% 0.52% -
HSV(B) 228º 0.17% 0.56% -
XYZ 19.85 20.35 29.27 -
YUV 124.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 119 124 144 0.17 0.14 0 0.44 228 0.1 0.52
Hex 77 7C 90 11 E 0 2C E4 A 34
Octal 167 174 220 21 16 0 54 344 12 64
Binary 1110111 1111100 10010000 10001 1110 0 101100 11100100 1010 110100

Color Harmonies of #777C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C90

Black with #777C90

Text Example


Text Example

White with #777C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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