#768690

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

Shades of Slate Grey #768690

Tints of Slate Grey #768690

Color information

#768690 (or 0x768690) is unknown color: approx Slate Grey. HEX triplet: 76, 86 and 90. RGB value is (118,134,144). Sum of RGB (Red+Green+Blue) = 118+134+144=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #768690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768690 is #89796F. Grayscale: #828282. Windows color (decimal): -9009520 or 9471606. OLE color: 9471606.

HSL color Cylindrical-coordinate representation of color #768690: hue angle of 203.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768690 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118134144-
CMYK0.180.0700.44
HSL203.08º10.48%51.37%-
HSV(B)203.08º18.06%56.47%-
XYZ21.0322.9229.7-
YUV130.36135.7119.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=29.80%
G=33.84%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181341440.180.0700.44203.0810.4851.37
Hex76869012702Ccba33
Octal1662062202270543131263
Binary11101101000011010010000100101110101100110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768690; }

 p { color: rgb(118,134,144); }

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

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

 a { background-color: rgb(118,134,144); }

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

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

 span { border-color: rgb(118,134,144); }

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