Shades of Topaz #82768A
Tints of Topaz #82768A
RGB
CMYK
RGB Variations
Color information
#82768A (or 0x82768A) is known color: Topaz. HEX triplet: 82, 76 and 8A. RGB value is (130,118,138). Sum of RGB (Red+Green+Blue) = 130+118+138=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #82768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82768A is #7D8975. Grayscale: #7B7B7B. Windows color (decimal): -8227190 or 9074306. OLE color: 9074306.
HSL color Cylindrical-coordinate representation of color #82768A: hue angle of 276º 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 #82768A is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 118 | 138 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.46 |
| HSL | 276º | 0.08% | 0.5% | - |
| HSV(B) | 276º | 0.14% | 0.54% | - |
| XYZ | 20.27 | 19.54 | 26.75 | - |
| YUV | 123.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 138 | 0.06 | 0.14 | 0 | 0.46 | 276 | 0.08 | 0.5 |
| Hex | 82 | 76 | 8A | 6 | E | 0 | 2E | 114 | 8 | 32 |
| Octal | 202 | 166 | 212 | 6 | 16 | 0 | 56 | 424 | 10 | 62 |
| Binary | 10000010 | 1110110 | 10001010 | 110 | 1110 | 0 | 101110 | 100010100 | 1000 | 110010 |
Color Harmonies of #82768A
Complementary color
Monochromatic Colors of #82768A
Black with #82768A
Text Example
Text Example
White with #82768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82768A; }
p { color: rgb(130,118,138); }
H1.HeaderClassName
{
color: #82768A;
}
.AnyTagClassName
{
color: #82768A;
}
</style>
background-color css
<style>
a { background-color: #82768A; }
a { background-color: rgb(130,118,138); }
div.DivClassName
{
background-color: #82768A;
}
.BgClassName
{
background-color: #82768A;
}
</style>
border-color css
<style>
span { border-color: #82768A; }
span { border-color: rgb(130,118,138); }
td.TdClassName
{
border-color: #82768A;
}
.TagClassName
{
border-color: #82768A;
}
</style>