Shades of Topaz #78767B
Tints of Topaz #78767B
RGB
CMYK
RGB Variations
Color information
#78767B (or 0x78767B) is known color: Topaz. HEX triplet: 78, 76 and 7B. RGB value is (120,118,123). Sum of RGB (Red+Green+Blue) = 120+118+123=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 123 - color contains mainly: blue. Hex color #78767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767B is #878984. Grayscale: #777777. Windows color (decimal): -8882565 or 8091256. OLE color: 8091256.
HSL color Cylindrical-coordinate representation of color #78767B: hue angle of 264º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #78767B is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 118 | 123 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.52 |
| HSL | 264º | 0.02% | 0.47% | - |
| HSV(B) | 264º | 0.04% | 0.48% | - |
| XYZ | 17.8 | 18.38 | 21.35 | - |
| YUV | 119.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 123 | 0.02 | 0.04 | 0 | 0.52 | 264 | 0.02 | 0.47 |
| Hex | 78 | 76 | 7B | 2 | 4 | 0 | 34 | 108 | 2 | 2F |
| Octal | 170 | 166 | 173 | 2 | 4 | 0 | 64 | 410 | 2 | 57 |
| Binary | 1111000 | 1110110 | 1111011 | 10 | 100 | 0 | 110100 | 100001000 | 10 | 101111 |
Color Harmonies of #78767B
Complementary color
Monochromatic Colors of #78767B
Black with #78767B
Text Example
Text Example
White with #78767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78767B; }
p { color: rgb(120,118,123); }
H1.HeaderClassName
{
color: #78767B;
}
.AnyTagClassName
{
color: #78767B;
}
</style>
background-color css
<style>
a { background-color: #78767B; }
a { background-color: rgb(120,118,123); }
div.DivClassName
{
background-color: #78767B;
}
.BgClassName
{
background-color: #78767B;
}
</style>
border-color css
<style>
span { border-color: #78767B; }
span { border-color: rgb(120,118,123); }
td.TdClassName
{
border-color: #78767B;
}
.TagClassName
{
border-color: #78767B;
}
</style>