#787386

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

Shades of Topaz #787386

Tints of Topaz #787386

Color information

#787386 (or 0x787386) is unknown color: approx Topaz. HEX triplet: 78, 73 and 86. RGB value is (120,115,134). Sum of RGB (Red+Green+Blue) = 120+115+134=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #787386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787386 is #878C79. Grayscale: #767676. Windows color (decimal): -8883322 or 8811384. OLE color: 8811384.

HSL color Cylindrical-coordinate representation of color #787386: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787386 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120115134-
CMYK0.100.1400.47
HSL255.79º7.63%48.82%-
HSV(B)255.79º14.18%52.55%-
XYZ18.1817.9825.07-
YUV118.66136.66128.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=32.52%
G=31.17%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201151340.100.1400.47255.797.6348.82
Hex787386AE02F100831
Octal17016320612160574001061
Binary11110001110011100001101010111001011111000000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787386; }

 p { color: rgb(120,115,134); }

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

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

 a { background-color: rgb(120,115,134); }

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

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

 span { border-color: rgb(120,115,134); }

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