Html Css Color HEX #777E95 Storm Grey

📋 copy color: '#777E95'

red 119 ◦ green 126 ◦ blue 149

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

Shades of Storm Grey #777E95

Tints of Storm Grey #777E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 30.2%
G = 31.98%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777E95 (or 0x777E95) is known color: Storm Grey. HEX triplet: 77, 7E and 95. RGB value is (119,126,149). Sum of RGB (Red+Green+Blue) = 119+126+149=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #777E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E95 is #88816A. Grayscale: #7E7E7E. Windows color (decimal): -8946027 or 9797239. OLE color: 9797239.

HSL color Cylindrical-coordinate representation of color #777E95: hue angle of 226º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777E95 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 126 149 -
CMYK 0.20 0.15 0 0.42
HSL 226º 0.12% 0.53% -
HSV(B) 226º 0.2% 0.58% -
XYZ 20.49 21.01 31.41 -
YUV 126.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 119 126 149 0.20 0.15 0 0.42 226 0.12 0.53
Hex 77 7E 95 14 F 0 2A E2 C 35
Octal 167 176 225 24 17 0 52 342 14 65
Binary 1110111 1111110 10010101 10100 1111 0 101010 11100010 1100 110101

Color Harmonies of #777E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E95

Black with #777E95

Text Example


Text Example

White with #777E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,126,149); }

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

background-color css

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

 a { background-color: rgb(119,126,149); }

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

border-color css

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

 span { border-color: rgb(119,126,149); }

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