Shades of Topaz #787384
Tints of Topaz #787384
RGB
CMYK
RGB Variations
Color information
#787384 (or 0x787384) is known color: Topaz. HEX triplet: 78, 73 and 84. RGB value is (120,115,132). Sum of RGB (Red+Green+Blue) = 120+115+132=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #787384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787384 is #878C7B. Grayscale: #767676. Windows color (decimal): -8883324 or 8680312. OLE color: 8680312.
HSL color Cylindrical-coordinate representation of color #787384: hue angle of 257.65º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787384 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 115 | 132 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.48 |
| HSL | 257.65º | 0.07% | 0.48% | - |
| HSV(B) | 257.65º | 0.13% | 0.52% | - |
| XYZ | 18.04 | 17.92 | 24.34 | - |
| YUV | 118.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 132 | 0.09 | 0.13 | 0 | 0.48 | 257.65 | 0.07 | 0.48 |
| Hex | 78 | 73 | 84 | 9 | D | 0 | 30 | 102 | 7 | 30 |
| Octal | 170 | 163 | 204 | 11 | 15 | 0 | 60 | 402 | 7 | 60 |
| Binary | 1111000 | 1110011 | 10000100 | 1001 | 1101 | 0 | 110000 | 100000010 | 111 | 110000 |
Color Harmonies of #787384
Complementary color
Monochromatic Colors of #787384
Black with #787384
Text Example
Text Example
White with #787384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787384; }
p { color: rgb(120,115,132); }
H1.HeaderClassName
{
color: #787384;
}
.AnyTagClassName
{
color: #787384;
}
</style>
background-color css
<style>
a { background-color: #787384; }
a { background-color: rgb(120,115,132); }
div.DivClassName
{
background-color: #787384;
}
.BgClassName
{
background-color: #787384;
}
</style>
border-color css
<style>
span { border-color: #787384; }
span { border-color: rgb(120,115,132); }
td.TdClassName
{
border-color: #787384;
}
.TagClassName
{
border-color: #787384;
}
</style>