#767781

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

Shades of Storm Grey #767781

Tints of Storm Grey #767781

Color information

#767781 (or 0x767781) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 81. RGB value is (118,119,129). Sum of RGB (Red+Green+Blue) = 118+119+129=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 129 - color contains mainly: blue. Hex color #767781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767781 is #89887E. Grayscale: #777777. Windows color (decimal): -9013375 or 8484726. OLE color: 8484726.

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

Color convert

RGB118119129-
CMYK0.090.0800.49
HSL234.55º4.45%48.43%-
HSV(B)234.55º8.53%50.59%-
XYZ18.0318.6323.41-
YUV119.84133.17126.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=32.24%
G=32.51%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181191290.090.0800.49234.554.4548.43
Hex76778198031eb430
Octal1661672011110061353460
Binary111011011101111000000110011000011000111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767781; }

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

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

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

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

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

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

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

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