#786E8D

Color #786E8D Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #786E8D

Tints of Topaz #786E8D

Color information

#786E8D (or 0x786E8D) is unknown color: approx Topaz. HEX triplet: 78, 6E and 8D. RGB value is (120,110,141). Sum of RGB (Red+Green+Blue) = 120+110+141=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #786E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786E8D is #879172. Grayscale: #747474. Windows color (decimal): -8884595 or 9268856. OLE color: 9268856.

HSL color Cylindrical-coordinate representation of color #786E8D: hue angle of 259.35º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786E8D is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120110141-
CMYK0.150.2200.45
HSL259.35º12.35%49.22%-
HSV(B)259.35º21.99%55.29%-
XYZ18.1317.0727.54-
YUV116.52141.81130.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=32.35%
G=29.65%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201101410.150.2200.45259.3512.3549.22
Hex786E8DF1602D103c31
Octal17015621517260554031461
Binary111100011011101000110111111011001011011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E8D; }

 p { color: rgb(120,110,141); }

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

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

 a { background-color: rgb(120,110,141); }

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

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

 span { border-color: rgb(120,110,141); }

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