Html Css Color HEX #77797F Storm Grey

📋 copy color: '#77797F'

red 119 ◦ green 121 ◦ blue 127

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

Shades of Storm Grey #77797F

Tints of Storm Grey #77797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 32.43%
G = 32.97%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77797F (or 0x77797F) is known color: Storm Grey. HEX triplet: 77, 79 and 7F. RGB value is (119,121,127). Sum of RGB (Red+Green+Blue) = 119+121+127=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 127 - color contains mainly: blue. Hex color #77797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77797F is #888680. Grayscale: #797979. Windows color (decimal): -8947329 or 8354167. OLE color: 8354167.

HSL color Cylindrical-coordinate representation of color #77797F: hue angle of 225º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #77797F is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 121 127 -
CMYK 0.06 0.05 0 0.50
HSL 225º 0.03% 0.48% -
HSV(B) 225º 0.06% 0.5% -
XYZ 18.28 19.13 22.81 -
YUV 121.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 119 121 127 0.06 0.05 0 0.50 225 0.03 0.48
Hex 77 79 7F 6 5 0 32 E1 3 30
Octal 167 171 177 6 5 0 62 341 3 60
Binary 1110111 1111001 1111111 110 101 0 110010 11100001 11 110000

Color Harmonies of #77797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77797F

Black with #77797F

Text Example


Text Example

White with #77797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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