#768A9B

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

Shades of Light Slate Grey #768A9B

Tints of Light Slate Grey #768A9B

Color information

#768A9B (or 0x768A9B) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8A and 9B. RGB value is (118,138,155). Sum of RGB (Red+Green+Blue) = 118+138+155=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #768A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A9B is #897564. Grayscale: #858585. Windows color (decimal): -9008485 or 10193526. OLE color: 10193526.

HSL color Cylindrical-coordinate representation of color #768A9B: hue angle of 207.57º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768A9B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118138155-
CMYK0.240.1100.39
HSL207.57º15.61%53.53%-
HSV(B)207.57º23.87%60.78%-
XYZ22.4824.434.53-
YUV133.96139.87116.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=28.71%
G=33.58%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181381550.240.1100.39207.5715.6153.53
Hex768A9B18B027d01036
Octal16621223330130473202066
Binary1110110100010101001101111000101101001111101000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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