Html Css Color HEX #77797C Storm Grey

📋 copy color: '#77797C'

red 119 ◦ green 121 ◦ blue 124

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

Shades of Storm Grey #77797C

Tints of Storm Grey #77797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 32.69%
G = 33.24%
B = 34.07%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77797C (or 0x77797C) is known color: Storm Grey. HEX triplet: 77, 79 and 7C. RGB value is (119,121,124). Sum of RGB (Red+Green+Blue) = 119+121+124=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #77797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77797C is #888683. Grayscale: #787878. Windows color (decimal): -8947332 or 8157559. OLE color: 8157559.

HSL color Cylindrical-coordinate representation of color #77797C: hue angle of 216º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #77797C is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 121 124 -
CMYK 0.04 0.02 0 0.51
HSL 216º 0.02% 0.48% -
HSV(B) 216º 0.04% 0.49% -
XYZ 18.08 19.05 21.79 -
YUV 120.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 119 121 124 0.04 0.02 0 0.51 216 0.02 0.48
Hex 77 79 7C 4 2 0 33 D8 2 30
Octal 167 171 174 4 2 0 63 330 2 60
Binary 1110111 1111001 1111100 100 10 0 110011 11011000 10 110000

Color Harmonies of #77797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77797C

Black with #77797C

Text Example


Text Example

White with #77797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77797C; }

 p { color: rgb(119,121,124); }

 H1.HeaderClassName
 {
   color: #77797C;
 }
 .AnyTagClassName
 {
   color: #77797C;
 }
</style>

background-color css

<style>
 a { background-color: #77797C; }

 a { background-color: rgb(119,121,124); }

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

border-color css

<style>
 span { border-color: #77797C; }

 span { border-color: rgb(119,121,124); }

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