Html Css Color HEX #777B84 Storm Grey

📋 copy color: '#777B84'

red 119 ◦ green 123 ◦ blue 132

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

Shades of Storm Grey #777B84

Tints of Storm Grey #777B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 31.82%
G = 32.89%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777B84 (or 0x777B84) is known color: Storm Grey. HEX triplet: 77, 7B and 84. RGB value is (119,123,132). Sum of RGB (Red+Green+Blue) = 119+123+132=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 132 - color contains mainly: blue. Hex color #777B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B84 is #88847B. Grayscale: #7A7A7A. Windows color (decimal): -8946812 or 8682359. OLE color: 8682359.

HSL color Cylindrical-coordinate representation of color #777B84: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #777B84 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 123 132 -
CMYK 0.10 0.07 0 0.48
HSL 221.54º 0.05% 0.49% -
HSV(B) 221.54º 0.1% 0.52% -
XYZ 18.86 19.75 24.65 -
YUV 122.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 119 123 132 0.10 0.07 0 0.48 221.54 0.05 0.49
Hex 77 7B 84 A 7 0 30 DE 5 31
Octal 167 173 204 12 7 0 60 336 5 61
Binary 1110111 1111011 10000100 1010 111 0 110000 11011110 101 110001

Color Harmonies of #777B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B84

Black with #777B84

Text Example


Text Example

White with #777B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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