Html Css Color HEX #777E89 Storm Grey

📋 copy color: '#777E89'

red 119 ◦ green 126 ◦ blue 137

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

Shades of Storm Grey #777E89

Tints of Storm Grey #777E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 31.15%
G = 32.98%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777E89 (or 0x777E89) is known color: Storm Grey. HEX triplet: 77, 7E and 89. RGB value is (119,126,137). Sum of RGB (Red+Green+Blue) = 119+126+137=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #777E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E89 is #888176. Grayscale: #7D7D7D. Windows color (decimal): -8946039 or 9010807. OLE color: 9010807.

HSL color Cylindrical-coordinate representation of color #777E89: hue angle of 216.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777E89 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 126 137 -
CMYK 0.13 0.08 0 0.46
HSL 216.67º 0.07% 0.5% -
HSV(B) 216.67º 0.13% 0.54% -
XYZ 19.58 20.65 26.62 -
YUV 125.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 119 126 137 0.13 0.08 0 0.46 216.67 0.07 0.5
Hex 77 7E 89 D 8 0 2E D9 7 32
Octal 167 176 211 15 10 0 56 331 7 62
Binary 1110111 1111110 10001001 1101 1000 0 101110 11011001 111 110010

Color Harmonies of #777E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E89

Black with #777E89

Text Example


Text Example

White with #777E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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