#767B92

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

Shades of Storm Grey #767B92

Tints of Storm Grey #767B92

Color information

#767B92 (or 0x767B92) is unknown color: approx Storm Grey. HEX triplet: 76, 7B and 92. RGB value is (118,123,146). Sum of RGB (Red+Green+Blue) = 118+123+146=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #767B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B92 is #89846D. Grayscale: #7C7C7C. Windows color (decimal): -9012334 or 9599862. OLE color: 9599862.

HSL color Cylindrical-coordinate representation of color #767B92: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767B92 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118123146-
CMYK0.190.1600.43
HSL229.29º11.38%51.76%-
HSV(B)229.29º19.18%57.25%-
XYZ19.7420.0930.03-
YUV124.13140.34123.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=30.49%
G=31.78%
B=37.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181231460.190.1600.43229.2911.3851.76
Hex767B92131002Be5b34
Octal16617322223200533451364
Binary111011011110111001001010011100000101011111001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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