Shades of Topaz #777388
Tints of Topaz #777388
RGB
CMYK
RGB Variations
Color information
#777388 (or 0x777388) is known color: Topaz. HEX triplet: 77, 73 and 88. RGB value is (119,115,136). Sum of RGB (Red+Green+Blue) = 119+115+136=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #777388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777388 is #888C77. Grayscale: #767676. Windows color (decimal): -8948856 or 8942455. OLE color: 8942455.
HSL color Cylindrical-coordinate representation of color #777388: hue angle of 251.43º 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 #777388 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 115 | 136 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.47 |
| HSL | 251.43º | 0.08% | 0.49% | - |
| HSV(B) | 251.43º | 0.15% | 0.53% | - |
| XYZ | 18.18 | 17.96 | 25.8 | - |
| YUV | 118.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 136 | 0.12 | 0.15 | 0 | 0.47 | 251.43 | 0.08 | 0.49 |
| Hex | 77 | 73 | 88 | C | F | 0 | 2F | FB | 8 | 31 |
| Octal | 167 | 163 | 210 | 14 | 17 | 0 | 57 | 373 | 10 | 61 |
| Binary | 1110111 | 1110011 | 10001000 | 1100 | 1111 | 0 | 101111 | 11111011 | 1000 | 110001 |
Color Harmonies of #777388
Complementary color
Monochromatic Colors of #777388
Black with #777388
Text Example
Text Example
White with #777388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777388; }
p { color: rgb(119,115,136); }
H1.HeaderClassName
{
color: #777388;
}
.AnyTagClassName
{
color: #777388;
}
</style>
background-color css
<style>
a { background-color: #777388; }
a { background-color: rgb(119,115,136); }
div.DivClassName
{
background-color: #777388;
}
.BgClassName
{
background-color: #777388;
}
</style>
border-color css
<style>
span { border-color: #777388; }
span { border-color: rgb(119,115,136); }
td.TdClassName
{
border-color: #777388;
}
.TagClassName
{
border-color: #777388;
}
</style>