#768997

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

Shades of Light Slate Grey #768997

Tints of Light Slate Grey #768997

Color information

#768997 (or 0x768997) is unknown color: approx Light Slate Grey. HEX triplet: 76, 89 and 97. RGB value is (118,137,151). Sum of RGB (Red+Green+Blue) = 118+137+151=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #768997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768997 is #897668. Grayscale: #848484. Windows color (decimal): -9008745 or 9931126. OLE color: 9931126.

HSL color Cylindrical-coordinate representation of color #768997: hue angle of 205.45º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768997 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118137151-
CMYK0.220.0900.41
HSL205.45º13.69%52.75%-
HSV(B)205.45º21.85%59.22%-
XYZ2223.9832.75-
YUV132.92138.21117.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=29.06%
G=33.74%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181371510.220.0900.41205.4513.6952.75
Hex768997169029cde35
Octal16621122726110513151665
Binary111011010001001100101111011010010101001110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768997; }

 p { color: rgb(118,137,151); }

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

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

 a { background-color: rgb(118,137,151); }

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

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

 span { border-color: rgb(118,137,151); }

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