#768A99

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

Shades of Light Slate Grey #768A99

Tints of Light Slate Grey #768A99

Color information

#768A99 (or 0x768A99) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8A and 99. RGB value is (118,138,153). Sum of RGB (Red+Green+Blue) = 118+138+153=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #768A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A99 is #897566. Grayscale: #858585. Windows color (decimal): -9008487 or 10062454. OLE color: 10062454.

HSL color Cylindrical-coordinate representation of color #768A99: hue angle of 205.71º 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 #768A99 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118138153-
CMYK0.230.1000.4
HSL205.71º14.64%53.14%-
HSV(B)205.71º22.88%60%-
XYZ22.3124.3333.66-
YUV133.73138.87116.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=28.85%
G=33.74%
B=37.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181381530.230.1000.4205.7114.6453.14
Hex768A9917A028cef35
Octal16621223127120503161765
Binary111011010001010100110011011110100101000110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A99; }

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

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

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

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

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

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

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

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