Shades of Topaz #78698D
Tints of Topaz #78698D
RGB
CMYK
RGB Variations
Color information
#78698D (or 0x78698D) is known color: Topaz. HEX triplet: 78, 69 and 8D. RGB value is (120,105,141). Sum of RGB (Red+Green+Blue) = 120+105+141=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #78698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78698D is #879672. Grayscale: #717171. Windows color (decimal): -8885875 or 9267576. OLE color: 9267576.
HSL color Cylindrical-coordinate representation of color #78698D: hue angle of 265º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78698D is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 105 | 141 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.45 |
| HSL | 265º | 0.15% | 0.48% | - |
| HSV(B) | 265º | 0.26% | 0.55% | - |
| XYZ | 17.61 | 16.02 | 27.36 | - |
| YUV | 113.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 141 | 0.15 | 0.26 | 0 | 0.45 | 265 | 0.15 | 0.48 |
| Hex | 78 | 69 | 8D | F | 1A | 0 | 2D | 109 | F | 30 |
| Octal | 170 | 151 | 215 | 17 | 32 | 0 | 55 | 411 | 17 | 60 |
| Binary | 1111000 | 1101001 | 10001101 | 1111 | 11010 | 0 | 101101 | 100001001 | 1111 | 110000 |
Color Harmonies of #78698D
Complementary color
Monochromatic Colors of #78698D
Black with #78698D
Text Example
Text Example
White with #78698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78698D; }
p { color: rgb(120,105,141); }
H1.HeaderClassName
{
color: #78698D;
}
.AnyTagClassName
{
color: #78698D;
}
</style>
background-color css
<style>
a { background-color: #78698D; }
a { background-color: rgb(120,105,141); }
div.DivClassName
{
background-color: #78698D;
}
.BgClassName
{
background-color: #78698D;
}
</style>
border-color css
<style>
span { border-color: #78698D; }
span { border-color: rgb(120,105,141); }
td.TdClassName
{
border-color: #78698D;
}
.TagClassName
{
border-color: #78698D;
}
</style>