Html Css Color HEX #777B87 Storm Grey

📋 copy color: '#777B87'

red 119 ◦ green 123 ◦ blue 135

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

Shades of Storm Grey #777B87

Tints of Storm Grey #777B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 31.56%
G = 32.63%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777B87 (or 0x777B87) is known color: Storm Grey. HEX triplet: 77, 7B and 87. RGB value is (119,123,135). Sum of RGB (Red+Green+Blue) = 119+123+135=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #777B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B87 is #888478. Grayscale: #7B7B7B. Windows color (decimal): -8946809 or 8878967. OLE color: 8878967.

HSL color Cylindrical-coordinate representation of color #777B87: hue angle of 225º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777B87 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 123 135 -
CMYK 0.12 0.09 0 0.47
HSL 225º 0.06% 0.5% -
HSV(B) 225º 0.12% 0.53% -
XYZ 19.06 19.84 25.75 -
YUV 123.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 119 123 135 0.12 0.09 0 0.47 225 0.06 0.5
Hex 77 7B 87 C 9 0 2F E1 6 32
Octal 167 173 207 14 11 0 57 341 6 62
Binary 1110111 1111011 10000111 1100 1001 0 101111 11100001 110 110010

Color Harmonies of #777B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B87

Black with #777B87

Text Example


Text Example

White with #777B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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