#768799

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

Shades of Light Slate Grey #768799

Tints of Light Slate Grey #768799

Color information

#768799 (or 0x768799) is unknown color: approx Light Slate Grey. HEX triplet: 76, 87 and 99. RGB value is (118,135,153). Sum of RGB (Red+Green+Blue) = 118+135+153=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #768799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768799 is #897866. Grayscale: #838383. Windows color (decimal): -9009255 or 10061686. OLE color: 10061686.

HSL color Cylindrical-coordinate representation of color #768799: hue angle of 210.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768799 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118135153-
CMYK0.230.1200.4
HSL210.86º14.64%53.14%-
HSV(B)210.86º22.88%60%-
XYZ21.8823.4833.52-
YUV131.97139.87118.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=29.06%
G=33.25%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181351530.230.1200.4210.8614.6453.14
Hex76879917C028d3f35
Octal16620723127140503231765
Binary111011010000111100110011011111000101000110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768799; }

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

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

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

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

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

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

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

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