Shades of Topaz #81788B
Tints of Topaz #81788B
RGB
CMYK
RGB Variations
Color information
#81788B (or 0x81788B) is known color: Topaz. HEX triplet: 81, 78 and 8B. RGB value is (129,120,139). Sum of RGB (Red+Green+Blue) = 129+120+139=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #81788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81788B is #7E8774. Grayscale: #7C7C7C. Windows color (decimal): -8292213 or 9140353. OLE color: 9140353.
HSL color Cylindrical-coordinate representation of color #81788B: hue angle of 268.42º 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 #81788B is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 120 | 139 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.45 |
| HSL | 268.42º | 0.08% | 0.51% | - |
| HSV(B) | 268.42º | 0.14% | 0.55% | - |
| XYZ | 20.43 | 19.96 | 27.2 | - |
| YUV | 124.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 139 | 0.07 | 0.14 | 0 | 0.45 | 268.42 | 0.08 | 0.51 |
| Hex | 81 | 78 | 8B | 7 | E | 0 | 2D | 10C | 8 | 33 |
| Octal | 201 | 170 | 213 | 7 | 16 | 0 | 55 | 414 | 10 | 63 |
| Binary | 10000001 | 1111000 | 10001011 | 111 | 1110 | 0 | 101101 | 100001100 | 1000 | 110011 |
Color Harmonies of #81788B
Complementary color
Monochromatic Colors of #81788B
Black with #81788B
Text Example
Text Example
White with #81788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81788B; }
p { color: rgb(129,120,139); }
H1.HeaderClassName
{
color: #81788B;
}
.AnyTagClassName
{
color: #81788B;
}
</style>
background-color css
<style>
a { background-color: #81788B; }
a { background-color: rgb(129,120,139); }
div.DivClassName
{
background-color: #81788B;
}
.BgClassName
{
background-color: #81788B;
}
</style>
border-color css
<style>
span { border-color: #81788B; }
span { border-color: rgb(129,120,139); }
td.TdClassName
{
border-color: #81788B;
}
.TagClassName
{
border-color: #81788B;
}
</style>