Html Css Color HEX #76797F Storm Grey

📋 copy color: '#76797F'

red 118 ◦ green 121 ◦ blue 127

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

Shades of Storm Grey #76797F

Tints of Storm Grey #76797F

RGB

 RED value IS 118 (46.48% from 255) = 32.24%

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

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

R = 32.24%
G = 33.06%
B = 34.7%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76797F (or 0x76797F) is known color: Storm Grey. HEX triplet: 76, 79 and 7F. RGB value is (118,121,127). Sum of RGB (Red+Green+Blue) = 118+121+127=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 127 - color contains mainly: blue. Hex color #76797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797F is #898680. Grayscale: #787878. Windows color (decimal): -9012865 or 8354166. OLE color: 8354166.

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

Color convert

RGB 118 121 127 -
CMYK 0.07 0.05 0 0.50
HSL 220º 0.04% 0.48% -
HSV(B) 220º 0.07% 0.5% -
XYZ 18.14 19.06 22.8 -
YUV 120.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 118 121 127 0.07 0.05 0 0.50 220 0.04 0.48
Hex 76 79 7F 7 5 0 32 DC 4 30
Octal 166 171 177 7 5 0 62 334 4 60
Binary 1110110 1111001 1111111 111 101 0 110010 11011100 100 110000

Color Harmonies of #76797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76797F

Black with #76797F

Text Example


Text Example

White with #76797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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