Shades of Topaz #7D7B87
Tints of Topaz #7D7B87
RGB
CMYK
RGB Variations
Color information
#7D7B87 (or 0x7D7B87) is known color: Topaz. HEX triplet: 7D, 7B and 87. RGB value is (125,123,135). Sum of RGB (Red+Green+Blue) = 125+123+135=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7B87 is #828478. Grayscale: #7C7C7C. Windows color (decimal): -8553593 or 8878973. OLE color: 8878973.
HSL color Cylindrical-coordinate representation of color #7D7B87: hue angle of 250º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7B87 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 123 | 135 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.47 |
| HSL | 250º | 0.05% | 0.51% | - |
| HSV(B) | 250º | 0.09% | 0.53% | - |
| XYZ | 19.91 | 20.28 | 25.79 | - |
| YUV | 124.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 135 | 0.07 | 0.09 | 0 | 0.47 | 250 | 0.05 | 0.51 |
| Hex | 7D | 7B | 87 | 7 | 9 | 0 | 2F | FA | 5 | 33 |
| Octal | 175 | 173 | 207 | 7 | 11 | 0 | 57 | 372 | 5 | 63 |
| Binary | 1111101 | 1111011 | 10000111 | 111 | 1001 | 0 | 101111 | 11111010 | 101 | 110011 |
Color Harmonies of #7D7B87
Complementary color
Monochromatic Colors of #7D7B87
Black with #7D7B87
Text Example
Text Example
White with #7D7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B87; }
p { color: rgb(125,123,135); }
H1.HeaderClassName
{
color: #7D7B87;
}
.AnyTagClassName
{
color: #7D7B87;
}
</style>
background-color css
<style>
a { background-color: #7D7B87; }
a { background-color: rgb(125,123,135); }
div.DivClassName
{
background-color: #7D7B87;
}
.BgClassName
{
background-color: #7D7B87;
}
</style>
border-color css
<style>
span { border-color: #7D7B87; }
span { border-color: rgb(125,123,135); }
td.TdClassName
{
border-color: #7D7B87;
}
.TagClassName
{
border-color: #7D7B87;
}
</style>