#768396

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

Shades of Light Slate Grey #768396

Tints of Light Slate Grey #768396

Color information

#768396 (or 0x768396) is unknown color: approx Light Slate Grey. HEX triplet: 76, 83 and 96. RGB value is (118,131,150). Sum of RGB (Red+Green+Blue) = 118+131+150=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #768396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768396 is #897C69. Grayscale: #818181. Windows color (decimal): -9010282 or 9864054. OLE color: 9864054.

HSL color Cylindrical-coordinate representation of color #768396: hue angle of 215.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768396 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118131150-
CMYK0.210.1300.41
HSL215.62º13.22%52.55%-
HSV(B)215.62º21.33%58.82%-
XYZ21.0922.2932.04-
YUV129.28139.69119.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=29.57%
G=32.83%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181311500.210.1300.41215.6213.2252.55
Hex76839615D029d8d35
Octal16620322625150513301565
Binary111011010000011100101101010111010101001110110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768396; }

 p { color: rgb(118,131,150); }

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

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

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

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

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

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

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