Shades of Topaz #82778A
Tints of Topaz #82778A
RGB
CMYK
RGB Variations
Color information
#82778A (or 0x82778A) is known color: Topaz. HEX triplet: 82, 77 and 8A. RGB value is (130,119,138). Sum of RGB (Red+Green+Blue) = 130+119+138=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 119 (46.88% from 255 or 30.75% 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 #82778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82778A is #7D8875. Grayscale: #7C7C7C. Windows color (decimal): -8226934 or 9074562. OLE color: 9074562.
HSL color Cylindrical-coordinate representation of color #82778A: hue angle of 274.74º 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 #82778A is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 119 | 138 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.46 |
| HSL | 274.74º | 0.08% | 0.5% | - |
| HSV(B) | 274.74º | 0.14% | 0.54% | - |
| XYZ | 20.39 | 19.77 | 26.79 | - |
| YUV | 124.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 138 | 0.06 | 0.14 | 0 | 0.46 | 274.74 | 0.08 | 0.5 |
| Hex | 82 | 77 | 8A | 6 | E | 0 | 2E | 113 | 8 | 32 |
| Octal | 202 | 167 | 212 | 6 | 16 | 0 | 56 | 423 | 10 | 62 |
| Binary | 10000010 | 1110111 | 10001010 | 110 | 1110 | 0 | 101110 | 100010011 | 1000 | 110010 |
Color Harmonies of #82778A
Complementary color
Monochromatic Colors of #82778A
Black with #82778A
Text Example
Text Example
White with #82778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82778A; }
p { color: rgb(130,119,138); }
H1.HeaderClassName
{
color: #82778A;
}
.AnyTagClassName
{
color: #82778A;
}
</style>
background-color css
<style>
a { background-color: #82778A; }
a { background-color: rgb(130,119,138); }
div.DivClassName
{
background-color: #82778A;
}
.BgClassName
{
background-color: #82778A;
}
</style>
border-color css
<style>
span { border-color: #82778A; }
span { border-color: rgb(130,119,138); }
td.TdClassName
{
border-color: #82778A;
}
.TagClassName
{
border-color: #82778A;
}
</style>