#767885

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

Shades of Storm Grey #767885

Tints of Storm Grey #767885

Color information

#767885 (or 0x767885) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 85. RGB value is (118,120,133). Sum of RGB (Red+Green+Blue) = 118+120+133=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #767885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767885 is #89877A. Grayscale: #787878. Windows color (decimal): -9013115 or 8747126. OLE color: 8747126.

HSL color Cylindrical-coordinate representation of color #767885: hue angle of 232º 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 #767885 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118120133-
CMYK0.110.1000.48
HSL232º5.98%49.22%-
HSV(B)232º11.28%52.16%-
XYZ18.4218.9824.88-
YUV120.88134.84125.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=31.81%
G=32.35%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181201330.110.1000.482325.9849.22
Hex767885BA030e8631
Octal1661702051312060350661
Binary111011011110001000010110111010011000011101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767885; }

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

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

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

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

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

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

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

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