Html Css Color HEX #767A80 Storm Grey

📋 copy color: '#767A80'

red 118 ◦ green 122 ◦ blue 128

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

Shades of Storm Grey #767A80

Tints of Storm Grey #767A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 32.07%
G = 33.15%
B = 34.78%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767A80 (or 0x767A80) is known color: Storm Grey. HEX triplet: 76, 7A and 80. RGB value is (118,122,128). Sum of RGB (Red+Green+Blue) = 118+122+128=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 128 - color contains mainly: blue. Hex color #767A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A80 is #89857F. Grayscale: #797979. Windows color (decimal): -9012608 or 8419958. OLE color: 8419958.

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

Color convert

RGB 118 122 128 -
CMYK 0.08 0.05 0 0.50
HSL 216º 0.04% 0.48% -
HSV(B) 216º 0.08% 0.5% -
XYZ 18.33 19.33 23.19 -
YUV 121.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 118 122 128 0.08 0.05 0 0.50 216 0.04 0.48
Hex 76 7A 80 8 5 0 32 D8 4 30
Octal 166 172 200 10 5 0 62 330 4 60
Binary 1110110 1111010 10000000 1000 101 0 110010 11011000 100 110000

Color Harmonies of #767A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A80

Black with #767A80

Text Example


Text Example

White with #767A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A80; }

 p { color: rgb(118,122,128); }

 H1.HeaderClassName
 {
   color: #767A80;
 }
 .AnyTagClassName
 {
   color: #767A80;
 }
</style>

background-color css

<style>
 a { background-color: #767A80; }

 a { background-color: rgb(118,122,128); }

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

border-color css

<style>
 span { border-color: #767A80; }

 span { border-color: rgb(118,122,128); }

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