Shades of Topaz #83788C
Tints of Topaz #83788C
RGB
CMYK
RGB Variations
Color information
#83788C (or 0x83788C) is known color: Topaz. HEX triplet: 83, 78 and 8C. RGB value is (131,120,140). Sum of RGB (Red+Green+Blue) = 131+120+140=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #83788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788C is #7C8773. Grayscale: #7D7D7D. Windows color (decimal): -8161140 or 9205891. OLE color: 9205891.
HSL color Cylindrical-coordinate representation of color #83788C: hue angle of 273º 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 #83788C is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 120 | 140 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.45 |
| HSL | 273º | 0.08% | 0.51% | - |
| HSV(B) | 273º | 0.14% | 0.55% | - |
| XYZ | 20.81 | 20.15 | 27.6 | - |
| YUV | 125.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 140 | 0.06 | 0.14 | 0 | 0.45 | 273 | 0.08 | 0.51 |
| Hex | 83 | 78 | 8C | 6 | E | 0 | 2D | 111 | 8 | 33 |
| Octal | 203 | 170 | 214 | 6 | 16 | 0 | 55 | 421 | 10 | 63 |
| Binary | 10000011 | 1111000 | 10001100 | 110 | 1110 | 0 | 101101 | 100010001 | 1000 | 110011 |
Color Harmonies of #83788C
Complementary color
Monochromatic Colors of #83788C
Black with #83788C
Text Example
Text Example
White with #83788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83788C; }
p { color: rgb(131,120,140); }
H1.HeaderClassName
{
color: #83788C;
}
.AnyTagClassName
{
color: #83788C;
}
</style>
background-color css
<style>
a { background-color: #83788C; }
a { background-color: rgb(131,120,140); }
div.DivClassName
{
background-color: #83788C;
}
.BgClassName
{
background-color: #83788C;
}
</style>
border-color css
<style>
span { border-color: #83788C; }
span { border-color: rgb(131,120,140); }
td.TdClassName
{
border-color: #83788C;
}
.TagClassName
{
border-color: #83788C;
}
</style>