Shades of Topaz #807688
Tints of Topaz #807688
RGB
CMYK
RGB Variations
Color information
#807688 (or 0x807688) is known color: Topaz. HEX triplet: 80, 76 and 88. RGB value is (128,118,136). Sum of RGB (Red+Green+Blue) = 128+118+136=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #807688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807688 is #7F8977. Grayscale: #7A7A7A. Windows color (decimal): -8358264 or 8943232. OLE color: 8943232.
HSL color Cylindrical-coordinate representation of color #807688: hue angle of 273.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807688 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 118 | 136 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.47 |
| HSL | 273.33º | 0.07% | 0.5% | - |
| HSV(B) | 273.33º | 0.13% | 0.53% | - |
| XYZ | 19.82 | 19.32 | 25.98 | - |
| YUV | 123.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 136 | 0.06 | 0.13 | 0 | 0.47 | 273.33 | 0.07 | 0.5 |
| Hex | 80 | 76 | 88 | 6 | D | 0 | 2F | 111 | 7 | 32 |
| Octal | 200 | 166 | 210 | 6 | 15 | 0 | 57 | 421 | 7 | 62 |
| Binary | 10000000 | 1110110 | 10001000 | 110 | 1101 | 0 | 101111 | 100010001 | 111 | 110010 |
Color Harmonies of #807688
Complementary color
Monochromatic Colors of #807688
Black with #807688
Text Example
Text Example
White with #807688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807688; }
p { color: rgb(128,118,136); }
H1.HeaderClassName
{
color: #807688;
}
.AnyTagClassName
{
color: #807688;
}
</style>
background-color css
<style>
a { background-color: #807688; }
a { background-color: rgb(128,118,136); }
div.DivClassName
{
background-color: #807688;
}
.BgClassName
{
background-color: #807688;
}
</style>
border-color css
<style>
span { border-color: #807688; }
span { border-color: rgb(128,118,136); }
td.TdClassName
{
border-color: #807688;
}
.TagClassName
{
border-color: #807688;
}
</style>