#767881

Color #767881 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #767881

Tints of Storm Grey #767881

Color information

#767881 (or 0x767881) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 81. RGB value is (118,120,129). Sum of RGB (Red+Green+Blue) = 118+120+129=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #767881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767881 is #89877E. Grayscale: #787878. Windows color (decimal): -9013119 or 8484982. OLE color: 8484982.

HSL color Cylindrical-coordinate representation of color #767881: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767881 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118120129-
CMYK0.090.0700.49
HSL229.09º4.45%48.43%-
HSV(B)229.09º8.53%50.59%-
XYZ18.1518.8723.45-
YUV120.43132.84126.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=32.15%
G=32.70%
B=35.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181201290.090.0700.49229.094.4548.43
Hex76788197031e5430
Octal166170201117061345460
Binary11101101111000100000011001111011000111100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767881; }

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

 H1.HeaderClassName
 {
   color: #767881;
 }
 .AnyTagClassName
 {
   color: #767881;
 }
</style>
background-color css

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

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

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

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

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

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