Shades of Topaz #78698C
Tints of Topaz #78698C
RGB
CMYK
RGB Variations
Color information
#78698C (or 0x78698C) is known color: Topaz. HEX triplet: 78, 69 and 8C. RGB value is (120,105,140). Sum of RGB (Red+Green+Blue) = 120+105+140=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #78698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78698C is #879673. Grayscale: #717171. Windows color (decimal): -8885876 or 9202040. OLE color: 9202040.
HSL color Cylindrical-coordinate representation of color #78698C: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78698C is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 105 | 140 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.45 |
| HSL | 265.71º | 0.14% | 0.48% | - |
| HSV(B) | 265.71º | 0.25% | 0.55% | - |
| XYZ | 17.53 | 15.99 | 26.97 | - |
| YUV | 113.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 140 | 0.14 | 0.25 | 0 | 0.45 | 265.71 | 0.14 | 0.48 |
| Hex | 78 | 69 | 8C | E | 19 | 0 | 2D | 10A | E | 30 |
| Octal | 170 | 151 | 214 | 16 | 31 | 0 | 55 | 412 | 16 | 60 |
| Binary | 1111000 | 1101001 | 10001100 | 1110 | 11001 | 0 | 101101 | 100001010 | 1110 | 110000 |
Color Harmonies of #78698C
Complementary color
Monochromatic Colors of #78698C
Black with #78698C
Text Example
Text Example
White with #78698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78698C; }
p { color: rgb(120,105,140); }
H1.HeaderClassName
{
color: #78698C;
}
.AnyTagClassName
{
color: #78698C;
}
</style>
background-color css
<style>
a { background-color: #78698C; }
a { background-color: rgb(120,105,140); }
div.DivClassName
{
background-color: #78698C;
}
.BgClassName
{
background-color: #78698C;
}
</style>
border-color css
<style>
span { border-color: #78698C; }
span { border-color: rgb(120,105,140); }
td.TdClassName
{
border-color: #78698C;
}
.TagClassName
{
border-color: #78698C;
}
</style>