Shades of Topaz #7D7788
Tints of Topaz #7D7788
RGB
CMYK
RGB Variations
Color information
#7D7788 (or 0x7D7788) is known color: Topaz. HEX triplet: 7D, 77 and 88. RGB value is (125,119,136). Sum of RGB (Red+Green+Blue) = 125+119+136=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D7788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7788 is #828877. Grayscale: #7A7A7A. Windows color (decimal): -8554616 or 8943485. OLE color: 8943485.
HSL color Cylindrical-coordinate representation of color #7D7788: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D7788 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 125 | 119 | 136 | - |
CMYK | 0.08 | 0.12 | 0 | 0.47 |
HSL | 261.18º | 0.07% | 0.5% | - |
HSV(B) | 261.18º | 0.13% | 0.53% | - |
XYZ | 19.5 | 19.33 | 26 | - |
YUV | 122.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 119 | 136 | 0.08 | 0.12 | 0 | 0.47 | 261.18 | 0.07 | 0.5 |
Hex | 7D | 77 | 88 | 8 | C | 0 | 2F | 105 | 7 | 32 |
Octal | 175 | 167 | 210 | 10 | 14 | 0 | 57 | 405 | 7 | 62 |
Binary | 1111101 | 1110111 | 10001000 | 1000 | 1100 | 0 | 101111 | 100000101 | 111 | 110010 |
Color Harmonies of #7D7788
Complementary color
Monochromatic Colors of #7D7788
Black with #7D7788
Text Example
Text Example
White with #7D7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7788; }
p { color: rgb(125,119,136); }
H1.HeaderClassName
{
color: #7D7788;
}
.AnyTagClassName
{
color: #7D7788;
}
</style>
background-color css
<style>
a { background-color: #7D7788; }
a { background-color: rgb(125,119,136); }
div.DivClassName
{
background-color: #7D7788;
}
.BgClassName
{
background-color: #7D7788;
}
</style>
border-color css
<style>
span { border-color: #7D7788; }
span { border-color: rgb(125,119,136); }
td.TdClassName
{
border-color: #7D7788;
}
.TagClassName
{
border-color: #7D7788;
}
</style>