Shades of Topaz #81788C
Tints of Topaz #81788C
RGB
CMYK
RGB Variations
Color information
#81788C (or 0x81788C) is known color: Topaz. HEX triplet: 81, 78 and 8C. RGB value is (129,120,140). Sum of RGB (Red+Green+Blue) = 129+120+140=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #81788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81788C is #7E8773. Grayscale: #7C7C7C. Windows color (decimal): -8292212 or 9205889. OLE color: 9205889.
HSL color Cylindrical-coordinate representation of color #81788C: hue angle of 267º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81788C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 120 | 140 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.45 |
| HSL | 267º | 0.08% | 0.51% | - |
| HSV(B) | 267º | 0.14% | 0.55% | - |
| XYZ | 20.5 | 19.99 | 27.59 | - |
| YUV | 124.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 140 | 0.08 | 0.14 | 0 | 0.45 | 267 | 0.08 | 0.51 |
| Hex | 81 | 78 | 8C | 8 | E | 0 | 2D | 10B | 8 | 33 |
| Octal | 201 | 170 | 214 | 10 | 16 | 0 | 55 | 413 | 10 | 63 |
| Binary | 10000001 | 1111000 | 10001100 | 1000 | 1110 | 0 | 101101 | 100001011 | 1000 | 110011 |
Color Harmonies of #81788C
Complementary color
Monochromatic Colors of #81788C
Black with #81788C
Text Example
Text Example
White with #81788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81788C; }
p { color: rgb(129,120,140); }
H1.HeaderClassName
{
color: #81788C;
}
.AnyTagClassName
{
color: #81788C;
}
</style>
background-color css
<style>
a { background-color: #81788C; }
a { background-color: rgb(129,120,140); }
div.DivClassName
{
background-color: #81788C;
}
.BgClassName
{
background-color: #81788C;
}
</style>
border-color css
<style>
span { border-color: #81788C; }
span { border-color: rgb(129,120,140); }
td.TdClassName
{
border-color: #81788C;
}
.TagClassName
{
border-color: #81788C;
}
</style>