Html Css Color HEX #777A87 Storm Grey

📋 copy color: '#777A87'

red 119 ◦ green 122 ◦ blue 135

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

Shades of Storm Grey #777A87

Tints of Storm Grey #777A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 31.65%
G = 32.45%
B = 35.9%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777A87 (or 0x777A87) is known color: Storm Grey. HEX triplet: 77, 7A and 87. RGB value is (119,122,135). Sum of RGB (Red+Green+Blue) = 119+122+135=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #777A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A87 is #888578. Grayscale: #7A7A7A. Windows color (decimal): -8947065 or 8878711. OLE color: 8878711.

HSL color Cylindrical-coordinate representation of color #777A87: hue angle of 228.75º 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 #777A87 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 122 135 -
CMYK 0.12 0.10 0 0.47
HSL 228.75º 0.06% 0.5% -
HSV(B) 228.75º 0.12% 0.53% -
XYZ 18.94 19.59 25.7 -
YUV 122.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 119 122 135 0.12 0.10 0 0.47 228.75 0.06 0.5
Hex 77 7A 87 C A 0 2F E5 6 32
Octal 167 172 207 14 12 0 57 345 6 62
Binary 1110111 1111010 10000111 1100 1010 0 101111 11100101 110 110010

Color Harmonies of #777A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A87

Black with #777A87

Text Example


Text Example

White with #777A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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