#767685

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

Shades of Storm Grey #767685

Tints of Storm Grey #767685

Color information

#767685 (or 0x767685) is unknown color: approx Storm Grey. HEX triplet: 76, 76 and 85. RGB value is (118,118,133). Sum of RGB (Red+Green+Blue) = 118+118+133=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #767685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767685 is #89897A. Grayscale: #777777. Windows color (decimal): -9013627 or 8746614. OLE color: 8746614.

HSL color Cylindrical-coordinate representation of color #767685: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767685 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118118133-
CMYK0.110.1100.48
HSL240º5.98%49.22%-
HSV(B)240º11.28%52.16%-
XYZ18.1818.524.8-
YUV119.71135.5126.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=31.98%
G=31.98%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181181330.110.1100.482405.9849.22
Hex767685BB030f0631
Octal1661662051313060360661
Binary111011011101101000010110111011011000011110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767685; }

 p { color: rgb(118,118,133); }

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

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

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

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

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

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

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