#768390

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

Shades of Slate Grey #768390

Tints of Slate Grey #768390

Color information

#768390 (or 0x768390) is unknown color: approx Slate Grey. HEX triplet: 76, 83 and 90. RGB value is (118,131,144). Sum of RGB (Red+Green+Blue) = 118+131+144=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #768390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768390 is #897C6F. Grayscale: #808080. Windows color (decimal): -9010288 or 9470838. OLE color: 9470838.

HSL color Cylindrical-coordinate representation of color #768390: hue angle of 210º 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 #768390 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118131144-
CMYK0.180.0900.44
HSL210º10.48%51.37%-
HSV(B)210º18.06%56.47%-
XYZ20.6222.129.56-
YUV128.6136.69120.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=30.03%
G=33.33%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181311440.180.0900.4421010.4851.37
Hex76839012902Cd2a33
Octal16620322022110543221263
Binary111011010000011100100001001010010101100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768390; }

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

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

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

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

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

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

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

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