#767B81

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

Shades of Storm Grey #767B81

Tints of Storm Grey #767B81

Color information

#767B81 (or 0x767B81) is unknown color: approx Storm Grey. HEX triplet: 76, 7B and 81. RGB value is (118,123,129). Sum of RGB (Red+Green+Blue) = 118+123+129=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #767B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B81 is #89847E. Grayscale: #7A7A7A. Windows color (decimal): -9012351 or 8485750. OLE color: 8485750.

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

Color convert

RGB118123129-
CMYK0.090.0500.49
HSL212.73º4.45%48.43%-
HSV(B)212.73º8.53%50.59%-
XYZ18.5219.623.58-
YUV122.19131.84125.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=31.89%
G=33.24%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181231290.090.0500.49212.734.4548.43
Hex767B8195031d5430
Octal166173201115061325460
Binary11101101111011100000011001101011000111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767B81; }

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

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

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

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

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

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

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

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