#786A8B

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

Shades of Topaz #786A8B

Tints of Topaz #786A8B

Color information

#786A8B (or 0x786A8B) is unknown color: approx Topaz. HEX triplet: 78, 6A and 8B. RGB value is (120,106,139). Sum of RGB (Red+Green+Blue) = 120+106+139=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #786A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A8B is #879574. Grayscale: #717171. Windows color (decimal): -8885621 or 9136760. OLE color: 9136760.

HSL color Cylindrical-coordinate representation of color #786A8B: hue angle of 265.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786A8B is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120106139-
CMYK0.140.2400.45
HSL265.45º13.47%48.04%-
HSV(B)265.45º23.74%54.51%-
XYZ17.5616.1726.62-
YUV113.95142.14132.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=32.88%
G=29.04%
B=38.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201061390.140.2400.45265.4513.4748.04
Hex786A8BE1802D109d30
Octal17015221316300554111560
Binary111100011010101000101111101100001011011000010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,139); }

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

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

 a { background-color: rgb(120,106,139); }

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

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

 span { border-color: rgb(120,106,139); }

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