Html Css Color HEX #777E8A Storm Grey

📋 copy color: '#777E8A'

red 119 ◦ green 126 ◦ blue 138

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

Shades of Storm Grey #777E8A

Tints of Storm Grey #777E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 31.07%
G = 32.9%
B = 36.03%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777E8A (or 0x777E8A) is known color: Storm Grey. HEX triplet: 77, 7E and 8A. RGB value is (119,126,138). Sum of RGB (Red+Green+Blue) = 119+126+138=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #777E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E8A is #888175. Grayscale: #7D7D7D. Windows color (decimal): -8946038 or 9076343. OLE color: 9076343.

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

Color convert

RGB 119 126 138 -
CMYK 0.14 0.09 0 0.46
HSL 217.89º 0.08% 0.5% -
HSV(B) 217.89º 0.14% 0.54% -
XYZ 19.66 20.68 27 -
YUV 125.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 119 126 138 0.14 0.09 0 0.46 217.89 0.08 0.5
Hex 77 7E 8A E 9 0 2E DA 8 32
Octal 167 176 212 16 11 0 56 332 10 62
Binary 1110111 1111110 10001010 1110 1001 0 101110 11011010 1000 110010

Color Harmonies of #777E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E8A

Black with #777E8A

Text Example


Text Example

White with #777E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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