#786B8B

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

Shades of Topaz #786B8B

Tints of Topaz #786B8B

Color information

#786B8B (or 0x786B8B) is unknown color: approx Topaz. HEX triplet: 78, 6B and 8B. RGB value is (120,107,139). Sum of RGB (Red+Green+Blue) = 120+107+139=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #786B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B8B is #879474. Grayscale: #727272. Windows color (decimal): -8885365 or 9137016. OLE color: 9137016.

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

Color convert

RGB120107139-
CMYK0.140.2300.45
HSL264.38º13.01%48.24%-
HSV(B)264.38º23.02%54.51%-
XYZ17.6616.3726.66-
YUV114.54141.81131.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=32.79%
G=29.23%
B=37.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201071390.140.2300.45264.3813.0148.24
Hex786B8BE1702D108d30
Octal17015321316270554101560
Binary111100011010111000101111101011101011011000010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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