#768092

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

Shades of Slate Grey #768092

Tints of Slate Grey #768092

Color information

#768092 (or 0x768092) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 92. RGB value is (118,128,146). Sum of RGB (Red+Green+Blue) = 118+128+146=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #768092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768092 is #897F6D. Grayscale: #7E7E7E. Windows color (decimal): -9011054 or 9601142. OLE color: 9601142.

HSL color Cylindrical-coordinate representation of color #768092: hue angle of 218.57º 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 #768092 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118128146-
CMYK0.190.1200.43
HSL218.57º11.38%51.76%-
HSV(B)218.57º19.18%57.25%-
XYZ20.3821.3730.24-
YUV127.06138.69121.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=30.10%
G=32.65%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181281460.190.1200.43218.5711.3851.76
Hex76809213C02Bdbb34
Octal16620022223140533331364
Binary111011010000000100100101001111000101011110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768092; }

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

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

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

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

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

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

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

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