Html Css Color HEX #76777D Storm Grey

📋 copy color: '#76777D'

red 118 ◦ green 119 ◦ blue 125

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

Shades of Storm Grey #76777D

Tints of Storm Grey #76777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 32.6%
G = 32.87%
B = 34.53%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76777D (or 0x76777D) is known color: Storm Grey. HEX triplet: 76, 77 and 7D. RGB value is (118,119,125). Sum of RGB (Red+Green+Blue) = 118+119+125=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 125 - color contains mainly: blue. Hex color #76777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76777D is #898882. Grayscale: #777777. Windows color (decimal): -9013379 or 8222582. OLE color: 8222582.

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

Color convert

RGB 118 119 125 -
CMYK 0.06 0.05 0 0.51
HSL 231.43º 0.03% 0.48% -
HSV(B) 231.43º 0.06% 0.49% -
XYZ 17.77 18.53 22.04 -
YUV 119.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 118 119 125 0.06 0.05 0 0.51 231.43 0.03 0.48
Hex 76 77 7D 6 5 0 33 E7 3 30
Octal 166 167 175 6 5 0 63 347 3 60
Binary 1110110 1110111 1111101 110 101 0 110011 11100111 11 110000

Color Harmonies of #76777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76777D

Black with #76777D

Text Example


Text Example

White with #76777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76777D; }

 p { color: rgb(118,119,125); }

 H1.HeaderClassName
 {
   color: #76777D;
 }
 .AnyTagClassName
 {
   color: #76777D;
 }
</style>

background-color css

<style>
 a { background-color: #76777D; }

 a { background-color: rgb(118,119,125); }

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

border-color css

<style>
 span { border-color: #76777D; }

 span { border-color: rgb(118,119,125); }

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