Shades of Topaz #787085
Tints of Topaz #787085
RGB
CMYK
RGB Variations
Color information
#787085 (or 0x787085) is known color: Topaz. HEX triplet: 78, 70 and 85. RGB value is (120,112,133). Sum of RGB (Red+Green+Blue) = 120+112+133=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #787085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787085 is #878F7A. Grayscale: #747474. Windows color (decimal): -8884091 or 8745080. OLE color: 8745080.
HSL color Cylindrical-coordinate representation of color #787085: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787085 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 112 | 133 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.48 |
| HSL | 262.86º | 0.09% | 0.48% | - |
| HSV(B) | 262.86º | 0.16% | 0.52% | - |
| XYZ | 17.77 | 17.27 | 24.59 | - |
| YUV | 116.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 133 | 0.10 | 0.16 | 0 | 0.48 | 262.86 | 0.09 | 0.48 |
| Hex | 78 | 70 | 85 | A | 10 | 0 | 30 | 107 | 9 | 30 |
| Octal | 170 | 160 | 205 | 12 | 20 | 0 | 60 | 407 | 11 | 60 |
| Binary | 1111000 | 1110000 | 10000101 | 1010 | 10000 | 0 | 110000 | 100000111 | 1001 | 110000 |
Color Harmonies of #787085
Complementary color
Monochromatic Colors of #787085
Black with #787085
Text Example
Text Example
White with #787085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787085; }
p { color: rgb(120,112,133); }
H1.HeaderClassName
{
color: #787085;
}
.AnyTagClassName
{
color: #787085;
}
</style>
background-color css
<style>
a { background-color: #787085; }
a { background-color: rgb(120,112,133); }
div.DivClassName
{
background-color: #787085;
}
.BgClassName
{
background-color: #787085;
}
</style>
border-color css
<style>
span { border-color: #787085; }
span { border-color: rgb(120,112,133); }
td.TdClassName
{
border-color: #787085;
}
.TagClassName
{
border-color: #787085;
}
</style>