Html Css Color HEX #767880 Storm Grey

📋 copy color: '#767880'

red 118 ◦ green 120 ◦ blue 128

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

Shades of Storm Grey #767880

Tints of Storm Grey #767880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 32.24%
G = 32.79%
B = 34.97%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767880 (or 0x767880) is known color: Storm Grey. HEX triplet: 76, 78 and 80. RGB value is (118,120,128). Sum of RGB (Red+Green+Blue) = 118+120+128=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #767880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767880 is #89877F. Grayscale: #787878. Windows color (decimal): -9013120 or 8419446. OLE color: 8419446.

HSL color Cylindrical-coordinate representation of color #767880: hue angle of 228º 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 #767880 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 120 128 -
CMYK 0.08 0.06 0 0.50
HSL 228º 0.04% 0.48% -
HSV(B) 228º 0.08% 0.5% -
XYZ 18.08 18.84 23.11 -
YUV 120.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 118 120 128 0.08 0.06 0 0.50 228 0.04 0.48
Hex 76 78 80 8 6 0 32 E4 4 30
Octal 166 170 200 10 6 0 62 344 4 60
Binary 1110110 1111000 10000000 1000 110 0 110010 11100100 100 110000

Color Harmonies of #767880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767880

Black with #767880

Text Example


Text Example

White with #767880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767880; }

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

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

background-color css

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

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

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

border-color css

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

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

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