Shades of Topaz #83768A
Tints of Topaz #83768A
RGB
CMYK
RGB Variations
Color information
#83768A (or 0x83768A) is known color: Topaz. HEX triplet: 83, 76 and 8A. RGB value is (131,118,138). Sum of RGB (Red+Green+Blue) = 131+118+138=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #83768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768A is #7C8975. Grayscale: #7C7C7C. Windows color (decimal): -8161654 or 9074307. OLE color: 9074307.
HSL color Cylindrical-coordinate representation of color #83768A: hue angle of 279º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83768A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 118 | 138 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.46 |
| HSL | 279º | 0.08% | 0.5% | - |
| HSV(B) | 279º | 0.14% | 0.54% | - |
| XYZ | 20.43 | 19.62 | 26.75 | - |
| YUV | 124.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 138 | 0.05 | 0.14 | 0 | 0.46 | 279 | 0.08 | 0.5 |
| Hex | 83 | 76 | 8A | 5 | E | 0 | 2E | 117 | 8 | 32 |
| Octal | 203 | 166 | 212 | 5 | 16 | 0 | 56 | 427 | 10 | 62 |
| Binary | 10000011 | 1110110 | 10001010 | 101 | 1110 | 0 | 101110 | 100010111 | 1000 | 110010 |
Color Harmonies of #83768A
Complementary color
Monochromatic Colors of #83768A
Black with #83768A
Text Example
Text Example
White with #83768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83768A; }
p { color: rgb(131,118,138); }
H1.HeaderClassName
{
color: #83768A;
}
.AnyTagClassName
{
color: #83768A;
}
</style>
background-color css
<style>
a { background-color: #83768A; }
a { background-color: rgb(131,118,138); }
div.DivClassName
{
background-color: #83768A;
}
.BgClassName
{
background-color: #83768A;
}
</style>
border-color css
<style>
span { border-color: #83768A; }
span { border-color: rgb(131,118,138); }
td.TdClassName
{
border-color: #83768A;
}
.TagClassName
{
border-color: #83768A;
}
</style>