#768B9C

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

Shades of Light Slate Grey #768B9C

Tints of Light Slate Grey #768B9C

Color information

#768B9C (or 0x768B9C) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8B and 9C. RGB value is (118,139,156). Sum of RGB (Red+Green+Blue) = 118+139+156=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #768B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B9C is #897463. Grayscale: #868686. Windows color (decimal): -9008228 or 10259318. OLE color: 10259318.

HSL color Cylindrical-coordinate representation of color #768B9C: hue angle of 206.84º 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 #768B9C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118139156-
CMYK0.240.1100.39
HSL206.84º16.1%53.73%-
HSV(B)206.84º24.36%61.18%-
XYZ22.724.7235.03-
YUV134.66140.04116.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=28.57%
G=33.66%
B=37.77%

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
Decimal1181391560.240.1100.39206.8416.153.73
Hex768B9C18B027cf1036
Octal16621323430130473172066
Binary1110110100010111001110011000101101001111100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,156); }

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

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

 a { background-color: rgb(118,139,156); }

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

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

 span { border-color: rgb(118,139,156); }

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