#768192

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

Shades of Slate Grey #768192

Tints of Slate Grey #768192

Color information

#768192 (or 0x768192) is unknown color: approx Slate Grey. HEX triplet: 76, 81 and 92. RGB value is (118,129,146). Sum of RGB (Red+Green+Blue) = 118+129+146=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #768192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768192 is #897E6D. Grayscale: #7F7F7F. Windows color (decimal): -9010798 or 9601398. OLE color: 9601398.

HSL color Cylindrical-coordinate representation of color #768192: hue angle of 216.43º 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 #768192 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118129146-
CMYK0.190.1200.43
HSL216.43º11.38%51.76%-
HSV(B)216.43º19.18%57.25%-
XYZ20.5121.6330.29-
YUV127.65138.36121.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=30.03%
G=32.82%
B=37.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181291460.190.1200.43216.4311.3851.76
Hex76819213C02Bd8b34
Octal16620122223140533301364
Binary111011010000001100100101001111000101011110110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768192; }

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

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

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

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

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

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

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

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