Html Css Color HEX #777B8A Storm Grey

📋 copy color: '#777B8A'

red 119 ◦ green 123 ◦ blue 138

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

Shades of Storm Grey #777B8A

Tints of Storm Grey #777B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

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

R = 31.32%
G = 32.37%
B = 36.32%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777B8A (or 0x777B8A) is known color: Storm Grey. HEX triplet: 77, 7B and 8A. RGB value is (119,123,138). Sum of RGB (Red+Green+Blue) = 119+123+138=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #777B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B8A is #888475. Grayscale: #7B7B7B. Windows color (decimal): -8946806 or 9075575. OLE color: 9075575.

HSL color Cylindrical-coordinate representation of color #777B8A: hue angle of 227.37º 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 #777B8A is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 123 138 -
CMYK 0.14 0.11 0 0.46
HSL 227.37º 0.08% 0.5% -
HSV(B) 227.37º 0.14% 0.54% -
XYZ 19.28 19.92 26.87 -
YUV 123.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 119 123 138 0.14 0.11 0 0.46 227.37 0.08 0.5
Hex 77 7B 8A E B 0 2E E3 8 32
Octal 167 173 212 16 13 0 56 343 10 62
Binary 1110111 1111011 10001010 1110 1011 0 101110 11100011 1000 110010

Color Harmonies of #777B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B8A

Black with #777B8A

Text Example


Text Example

White with #777B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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