Html Css Color HEX #777A86 Storm Grey

📋 copy color: '#777A86'

red 119 ◦ green 122 ◦ blue 134

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

Shades of Storm Grey #777A86

Tints of Storm Grey #777A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 31.73%
G = 32.53%
B = 35.73%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777A86 (or 0x777A86) is known color: Storm Grey. HEX triplet: 77, 7A and 86. RGB value is (119,122,134). Sum of RGB (Red+Green+Blue) = 119+122+134=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 134 - color contains mainly: blue. Hex color #777A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A86 is #888579. Grayscale: #7A7A7A. Windows color (decimal): -8947066 or 8813175. OLE color: 8813175.

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

Color convert

RGB 119 122 134 -
CMYK 0.11 0.09 0 0.47
HSL 228º 0.06% 0.5% -
HSV(B) 228º 0.11% 0.53% -
XYZ 18.87 19.56 25.34 -
YUV 122.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 119 122 134 0.11 0.09 0 0.47 228 0.06 0.5
Hex 77 7A 86 B 9 0 2F E4 6 32
Octal 167 172 206 13 11 0 57 344 6 62
Binary 1110111 1111010 10000110 1011 1001 0 101111 11100100 110 110010

Color Harmonies of #777A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A86

Black with #777A86

Text Example


Text Example

White with #777A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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