#767782

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

Shades of Storm Grey #767782

Tints of Storm Grey #767782

Color information

#767782 (or 0x767782) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 82. RGB value is (118,119,130). Sum of RGB (Red+Green+Blue) = 118+119+130=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #767782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767782 is #89887D. Grayscale: #777777. Windows color (decimal): -9013374 or 8550262. OLE color: 8550262.

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

Color convert

RGB118119130-
CMYK0.090.0800.49
HSL235º4.84%48.63%-
HSV(B)235º9.23%50.98%-
XYZ18.118.6623.77-
YUV119.95133.67126.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=32.15%
G=32.43%
B=35.42%

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
Decimal1181191300.090.0800.492354.8448.63
Hex76778298031eb531
Octal1661672021110061353561
Binary111011011101111000001010011000011000111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767782; }

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

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

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

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

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

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

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

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