#768392

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

Shades of Slate Grey #768392

Tints of Slate Grey #768392

Color information

#768392 (or 0x768392) is unknown color: approx Slate Grey. HEX triplet: 76, 83 and 92. RGB value is (118,131,146). Sum of RGB (Red+Green+Blue) = 118+131+146=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #768392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768392 is #897C6D. Grayscale: #808080. Windows color (decimal): -9010286 or 9601910. OLE color: 9601910.

HSL color Cylindrical-coordinate representation of color #768392: hue angle of 212.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768392 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118131146-
CMYK0.190.1000.43
HSL212.14º11.38%51.76%-
HSV(B)212.14º19.18%57.25%-
XYZ20.7822.1630.38-
YUV128.82137.69120.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=29.87%
G=33.16%
B=36.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181311460.190.1000.43212.1411.3851.76
Hex76839213A02Bd4b34
Octal16620322223120533241364
Binary111011010000011100100101001110100101011110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768392; }

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

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

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

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

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

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

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

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