Shades of Topaz #77738A
Tints of Topaz #77738A
RGB
CMYK
RGB Variations
Color information
#77738A (or 0x77738A) is known color: Topaz. HEX triplet: 77, 73 and 8A. RGB value is (119,115,138). Sum of RGB (Red+Green+Blue) = 119+115+138=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #77738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738A is #888C75. Grayscale: #767676. Windows color (decimal): -8948854 or 9073527. OLE color: 9073527.
HSL color Cylindrical-coordinate representation of color #77738A: hue angle of 250.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77738A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 115 | 138 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.46 |
| HSL | 250.43º | 0.09% | 0.5% | - |
| HSV(B) | 250.43º | 0.17% | 0.54% | - |
| XYZ | 18.33 | 18.02 | 26.56 | - |
| YUV | 118.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 138 | 0.14 | 0.17 | 0 | 0.46 | 250.43 | 0.09 | 0.5 |
| Hex | 77 | 73 | 8A | E | 11 | 0 | 2E | FA | 9 | 32 |
| Octal | 167 | 163 | 212 | 16 | 21 | 0 | 56 | 372 | 11 | 62 |
| Binary | 1110111 | 1110011 | 10001010 | 1110 | 10001 | 0 | 101110 | 11111010 | 1001 | 110010 |
Color Harmonies of #77738A
Complementary color
Monochromatic Colors of #77738A
Black with #77738A
Text Example
Text Example
White with #77738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77738A; }
p { color: rgb(119,115,138); }
H1.HeaderClassName
{
color: #77738A;
}
.AnyTagClassName
{
color: #77738A;
}
</style>
background-color css
<style>
a { background-color: #77738A; }
a { background-color: rgb(119,115,138); }
div.DivClassName
{
background-color: #77738A;
}
.BgClassName
{
background-color: #77738A;
}
</style>
border-color css
<style>
span { border-color: #77738A; }
span { border-color: rgb(119,115,138); }
td.TdClassName
{
border-color: #77738A;
}
.TagClassName
{
border-color: #77738A;
}
</style>