Shades of Topaz #83758A
Tints of Topaz #83758A
RGB
CMYK
RGB Variations
Color information
#83758A (or 0x83758A) is known color: Topaz. HEX triplet: 83, 75 and 8A. RGB value is (131,117,138). Sum of RGB (Red+Green+Blue) = 131+117+138=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 117 (46.09% from 255 or 30.31% 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 #83758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83758A is #7C8A75. Grayscale: #7B7B7B. Windows color (decimal): -8161910 or 9074051. OLE color: 9074051.
HSL color Cylindrical-coordinate representation of color #83758A: hue angle of 280º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83758A is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 117 | 138 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.46 |
| HSL | 280º | 0.08% | 0.5% | - |
| HSV(B) | 280º | 0.15% | 0.54% | - |
| XYZ | 20.31 | 19.38 | 26.72 | - |
| YUV | 123.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 138 | 0.05 | 0.15 | 0 | 0.46 | 280 | 0.08 | 0.5 |
| Hex | 83 | 75 | 8A | 5 | F | 0 | 2E | 118 | 8 | 32 |
| Octal | 203 | 165 | 212 | 5 | 17 | 0 | 56 | 430 | 10 | 62 |
| Binary | 10000011 | 1110101 | 10001010 | 101 | 1111 | 0 | 101110 | 100011000 | 1000 | 110010 |
Color Harmonies of #83758A
Complementary color
Monochromatic Colors of #83758A
Black with #83758A
Text Example
Text Example
White with #83758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83758A; }
p { color: rgb(131,117,138); }
H1.HeaderClassName
{
color: #83758A;
}
.AnyTagClassName
{
color: #83758A;
}
</style>
background-color css
<style>
a { background-color: #83758A; }
a { background-color: rgb(131,117,138); }
div.DivClassName
{
background-color: #83758A;
}
.BgClassName
{
background-color: #83758A;
}
</style>
border-color css
<style>
span { border-color: #83758A; }
span { border-color: rgb(131,117,138); }
td.TdClassName
{
border-color: #83758A;
}
.TagClassName
{
border-color: #83758A;
}
</style>