Shades of Topaz #777387
Tints of Topaz #777387
RGB
CMYK
RGB Variations
Color information
#777387 (or 0x777387) is known color: Topaz. HEX triplet: 77, 73 and 87. RGB value is (119,115,135). Sum of RGB (Red+Green+Blue) = 119+115+135=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #777387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777387 is #888C78. Grayscale: #767676. Windows color (decimal): -8948857 or 8876919. OLE color: 8876919.
HSL color Cylindrical-coordinate representation of color #777387: hue angle of 252º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777387 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 115 | 135 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.47 |
| HSL | 252º | 0.08% | 0.49% | - |
| HSV(B) | 252º | 0.15% | 0.53% | - |
| XYZ | 18.11 | 17.93 | 25.43 | - |
| YUV | 118.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 135 | 0.12 | 0.15 | 0 | 0.47 | 252 | 0.08 | 0.49 |
| Hex | 77 | 73 | 87 | C | F | 0 | 2F | FC | 8 | 31 |
| Octal | 167 | 163 | 207 | 14 | 17 | 0 | 57 | 374 | 10 | 61 |
| Binary | 1110111 | 1110011 | 10000111 | 1100 | 1111 | 0 | 101111 | 11111100 | 1000 | 110001 |
Color Harmonies of #777387
Complementary color
Monochromatic Colors of #777387
Black with #777387
Text Example
Text Example
White with #777387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777387; }
p { color: rgb(119,115,135); }
H1.HeaderClassName
{
color: #777387;
}
.AnyTagClassName
{
color: #777387;
}
</style>
background-color css
<style>
a { background-color: #777387; }
a { background-color: rgb(119,115,135); }
div.DivClassName
{
background-color: #777387;
}
.BgClassName
{
background-color: #777387;
}
</style>
border-color css
<style>
span { border-color: #777387; }
span { border-color: rgb(119,115,135); }
td.TdClassName
{
border-color: #777387;
}
.TagClassName
{
border-color: #777387;
}
</style>