Shades of Topaz #838284
Tints of Topaz #838284
RGB
CMYK
RGB Variations
Color information
#838284 (or 0x838284) is known color: Topaz. HEX triplet: 83, 82 and 84. RGB value is (131,130,132). Sum of RGB (Red+Green+Blue) = 131+130+132=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 132 - color contains mainly: blue. Hex color #838284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838284 is #7C7D7B. Grayscale: #828282. Windows color (decimal): -8158588 or 8684163. OLE color: 8684163.
HSL color Cylindrical-coordinate representation of color #838284: hue angle of 270º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838284 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 130 | 132 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.48 |
| HSL | 270º | 0.01% | 0.51% | - |
| HSV(B) | 270º | 0.02% | 0.52% | - |
| XYZ | 21.51 | 22.46 | 25.03 | - |
| YUV | 130.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 132 | 0.01 | 0.02 | 0 | 0.48 | 270 | 0.01 | 0.51 |
| Hex | 83 | 82 | 84 | 1 | 2 | 0 | 30 | 10E | 1 | 33 |
| Octal | 203 | 202 | 204 | 1 | 2 | 0 | 60 | 416 | 1 | 63 |
| Binary | 10000011 | 10000010 | 10000100 | 1 | 10 | 0 | 110000 | 100001110 | 1 | 110011 |
Color Harmonies of #838284
Complementary color
Monochromatic Colors of #838284
Black with #838284
Text Example
Text Example
White with #838284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838284; }
p { color: rgb(131,130,132); }
H1.HeaderClassName
{
color: #838284;
}
.AnyTagClassName
{
color: #838284;
}
</style>
background-color css
<style>
a { background-color: #838284; }
a { background-color: rgb(131,130,132); }
div.DivClassName
{
background-color: #838284;
}
.BgClassName
{
background-color: #838284;
}
</style>
border-color css
<style>
span { border-color: #838284; }
span { border-color: rgb(131,130,132); }
td.TdClassName
{
border-color: #838284;
}
.TagClassName
{
border-color: #838284;
}
</style>