#768796

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

Shades of Light Slate Grey #768796

Tints of Light Slate Grey #768796

Color information

#768796 (or 0x768796) is unknown color: approx Light Slate Grey. HEX triplet: 76, 87 and 96. RGB value is (118,135,150). Sum of RGB (Red+Green+Blue) = 118+135+150=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #768796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768796 is #897869. Grayscale: #838383. Windows color (decimal): -9009258 or 9865078. OLE color: 9865078.

HSL color Cylindrical-coordinate representation of color #768796: hue angle of 208.12º 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 #768796 is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118135150-
CMYK0.210.100.41
HSL208.12º13.22%52.55%-
HSV(B)208.12º21.33%58.82%-
XYZ21.6423.3832.23-
YUV131.63138.37118.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=29.28%
G=33.50%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181351500.210.100.41208.1213.2252.55
Hex76879615A029d0d35
Octal16620722625120513201565
Binary111011010000111100101101010110100101001110100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768796; }

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

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

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

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

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

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

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

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