#768995

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

Shades of Light Slate Grey #768995

Tints of Light Slate Grey #768995

Color information

#768995 (or 0x768995) is unknown color: approx Light Slate Grey. HEX triplet: 76, 89 and 95. RGB value is (118,137,149). Sum of RGB (Red+Green+Blue) = 118+137+149=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #768995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768995 is #89766A. Grayscale: #848484. Windows color (decimal): -9008747 or 9800054. OLE color: 9800054.

HSL color Cylindrical-coordinate representation of color #768995: hue angle of 203.23º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768995 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118137149-
CMYK0.210.0800.42
HSL203.23º12.76%52.35%-
HSV(B)203.23º20.81%58.43%-
XYZ21.8423.9131.9-
YUV132.69137.21117.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=29.21%
G=33.91%
B=36.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181371490.210.0800.42203.2312.7652.35
Hex76899515802Acbd34
Octal16621122525100523131564
Binary111011010001001100101011010110000101010110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768995; }

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

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

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

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

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

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

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

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