Shades of Topaz #81778B
Tints of Topaz #81778B
RGB
CMYK
RGB Variations
Color information
#81778B (or 0x81778B) is known color: Topaz. HEX triplet: 81, 77 and 8B. RGB value is (129,119,139). Sum of RGB (Red+Green+Blue) = 129+119+139=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #81778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81778B is #7E8874. Grayscale: #7C7C7C. Windows color (decimal): -8292469 or 9140097. OLE color: 9140097.
HSL color Cylindrical-coordinate representation of color #81778B: hue angle of 270º 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 #81778B is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 119 | 139 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.45 |
| HSL | 270º | 0.08% | 0.51% | - |
| HSV(B) | 270º | 0.14% | 0.55% | - |
| XYZ | 20.31 | 19.72 | 27.16 | - |
| YUV | 124.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 139 | 0.07 | 0.14 | 0 | 0.45 | 270 | 0.08 | 0.51 |
| Hex | 81 | 77 | 8B | 7 | E | 0 | 2D | 10E | 8 | 33 |
| Octal | 201 | 167 | 213 | 7 | 16 | 0 | 55 | 416 | 10 | 63 |
| Binary | 10000001 | 1110111 | 10001011 | 111 | 1110 | 0 | 101101 | 100001110 | 1000 | 110011 |
Color Harmonies of #81778B
Complementary color
Monochromatic Colors of #81778B
Black with #81778B
Text Example
Text Example
White with #81778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81778B; }
p { color: rgb(129,119,139); }
H1.HeaderClassName
{
color: #81778B;
}
.AnyTagClassName
{
color: #81778B;
}
</style>
background-color css
<style>
a { background-color: #81778B; }
a { background-color: rgb(129,119,139); }
div.DivClassName
{
background-color: #81778B;
}
.BgClassName
{
background-color: #81778B;
}
</style>
border-color css
<style>
span { border-color: #81778B; }
span { border-color: rgb(129,119,139); }
td.TdClassName
{
border-color: #81778B;
}
.TagClassName
{
border-color: #81778B;
}
</style>