Shades of Topaz #787582
Tints of Topaz #787582
RGB
CMYK
RGB Variations
Color information
#787582 (or 0x787582) is known color: Topaz. HEX triplet: 78, 75 and 82. RGB value is (120,117,130). Sum of RGB (Red+Green+Blue) = 120+117+130=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #787582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787582 is #878A7D. Grayscale: #777777. Windows color (decimal): -8882814 or 8549752. OLE color: 8549752.
HSL color Cylindrical-coordinate representation of color #787582: hue angle of 253.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787582 is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 117 | 130 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.49 |
| HSL | 253.85º | 0.05% | 0.48% | - |
| HSV(B) | 253.85º | 0.1% | 0.51% | - |
| XYZ | 18.14 | 18.33 | 23.7 | - |
| YUV | 119.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 130 | 0.08 | 0.1 | 0 | 0.49 | 253.85 | 0.05 | 0.48 |
| Hex | 78 | 75 | 82 | 8 | A | 0 | 31 | FE | 5 | 30 |
| Octal | 170 | 165 | 202 | 10 | 12 | 0 | 61 | 376 | 5 | 60 |
| Binary | 1111000 | 1110101 | 10000010 | 1000 | 1010 | 0 | 110001 | 11111110 | 101 | 110000 |
Color Harmonies of #787582
Complementary color
Monochromatic Colors of #787582
Black with #787582
Text Example
Text Example
White with #787582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787582; }
p { color: rgb(120,117,130); }
H1.HeaderClassName
{
color: #787582;
}
.AnyTagClassName
{
color: #787582;
}
</style>
background-color css
<style>
a { background-color: #787582; }
a { background-color: rgb(120,117,130); }
div.DivClassName
{
background-color: #787582;
}
.BgClassName
{
background-color: #787582;
}
</style>
border-color css
<style>
span { border-color: #787582; }
span { border-color: rgb(120,117,130); }
td.TdClassName
{
border-color: #787582;
}
.TagClassName
{
border-color: #787582;
}
</style>