#768095

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

Shades of Slate Grey #768095

Tints of Slate Grey #768095

Color information

#768095 (or 0x768095) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 95. RGB value is (118,128,149). Sum of RGB (Red+Green+Blue) = 118+128+149=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #768095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768095 is #897F6A. Grayscale: #7F7F7F. Windows color (decimal): -9011051 or 9797750. OLE color: 9797750.

HSL color Cylindrical-coordinate representation of color #768095: hue angle of 220.65º 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 #768095 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118128149-
CMYK0.210.1400.42
HSL220.65º12.76%52.35%-
HSV(B)220.65º20.81%58.43%-
XYZ20.6221.4631.49-
YUV127.4140.19121.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=29.87%
G=32.41%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181281490.210.1400.42220.6512.7652.35
Hex76809515E02Addd34
Octal16620022525160523351564
Binary111011010000000100101011010111100101010110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768095; }

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

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

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

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

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

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

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

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