Shades of Topaz #807785
Tints of Topaz #807785
RGB
CMYK
RGB Variations
Color information
#807785 (or 0x807785) is known color: Topaz. HEX triplet: 80, 77 and 85. RGB value is (128,119,133). Sum of RGB (Red+Green+Blue) = 128+119+133=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #807785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807785 is #7F887A. Grayscale: #7B7B7B. Windows color (decimal): -8358011 or 8746880. OLE color: 8746880.
HSL color Cylindrical-coordinate representation of color #807785: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807785 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 119 | 133 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.48 |
| HSL | 278.57º | 0.06% | 0.49% | - |
| HSV(B) | 278.57º | 0.11% | 0.52% | - |
| XYZ | 19.73 | 19.48 | 24.91 | - |
| YUV | 123.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 133 | 0.04 | 0.11 | 0 | 0.48 | 278.57 | 0.06 | 0.49 |
| Hex | 80 | 77 | 85 | 4 | B | 0 | 30 | 117 | 6 | 31 |
| Octal | 200 | 167 | 205 | 4 | 13 | 0 | 60 | 427 | 6 | 61 |
| Binary | 10000000 | 1110111 | 10000101 | 100 | 1011 | 0 | 110000 | 100010111 | 110 | 110001 |
Color Harmonies of #807785
Complementary color
Monochromatic Colors of #807785
Black with #807785
Text Example
Text Example
White with #807785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807785; }
p { color: rgb(128,119,133); }
H1.HeaderClassName
{
color: #807785;
}
.AnyTagClassName
{
color: #807785;
}
</style>
background-color css
<style>
a { background-color: #807785; }
a { background-color: rgb(128,119,133); }
div.DivClassName
{
background-color: #807785;
}
.BgClassName
{
background-color: #807785;
}
</style>
border-color css
<style>
span { border-color: #807785; }
span { border-color: rgb(128,119,133); }
td.TdClassName
{
border-color: #807785;
}
.TagClassName
{
border-color: #807785;
}
</style>