Html Css Color HEX #777995 Storm Grey

📋 copy color: '#777995'

red 119 ◦ green 121 ◦ blue 149

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

Shades of Storm Grey #777995

Tints of Storm Grey #777995

RGB

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

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

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

R = 30.59%
G = 31.11%
B = 38.3%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777995 (or 0x777995) is known color: Storm Grey. HEX triplet: 77, 79 and 95. RGB value is (119,121,149). Sum of RGB (Red+Green+Blue) = 119+121+149=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #777995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777995 is #88866A. Grayscale: #7B7B7B. Windows color (decimal): -8947307 or 9795959. OLE color: 9795959.

HSL color Cylindrical-coordinate representation of color #777995: hue angle of 236º 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 #777995 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 121 149 -
CMYK 0.20 0.19 0 0.42
HSL 236º 0.12% 0.53% -
HSV(B) 236º 0.2% 0.58% -
XYZ 19.87 19.77 31.2 -
YUV 123.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 119 121 149 0.20 0.19 0 0.42 236 0.12 0.53
Hex 77 79 95 14 13 0 2A EC C 35
Octal 167 171 225 24 23 0 52 354 14 65
Binary 1110111 1111001 10010101 10100 10011 0 101010 11101100 1100 110101

Color Harmonies of #777995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777995

Black with #777995

Text Example


Text Example

White with #777995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777995; }

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

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

background-color css

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

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

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

border-color css

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

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

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