Shades of Topaz #78767E
Tints of Topaz #78767E
RGB
CMYK
RGB Variations
Color information
#78767E (or 0x78767E) is known color: Topaz. HEX triplet: 78, 76 and 7E. RGB value is (120,118,126). Sum of RGB (Red+Green+Blue) = 120+118+126=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 126 - color contains mainly: blue. Hex color #78767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767E is #878981. Grayscale: #777777. Windows color (decimal): -8882562 or 8287864. OLE color: 8287864.
HSL color Cylindrical-coordinate representation of color #78767E: hue angle of 255º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78767E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 120 | 118 | 126 | - |
CMYK | 0.05 | 0.06 | 0 | 0.51 |
HSL | 255º | 0.03% | 0.48% | - |
HSV(B) | 255º | 0.06% | 0.49% | - |
XYZ | 17.99 | 18.46 | 22.35 | - |
YUV | 119.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 118 | 126 | 0.05 | 0.06 | 0 | 0.51 | 255 | 0.03 | 0.48 |
Hex | 78 | 76 | 7E | 5 | 6 | 0 | 33 | FF | 3 | 30 |
Octal | 170 | 166 | 176 | 5 | 6 | 0 | 63 | 377 | 3 | 60 |
Binary | 1111000 | 1110110 | 1111110 | 101 | 110 | 0 | 110011 | 11111111 | 11 | 110000 |
Color Harmonies of #78767E
Complementary color
Monochromatic Colors of #78767E
Black with #78767E
Text Example
Text Example
White with #78767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78767E; }
p { color: rgb(120,118,126); }
H1.HeaderClassName
{
color: #78767E;
}
.AnyTagClassName
{
color: #78767E;
}
</style>
background-color css
<style>
a { background-color: #78767E; }
a { background-color: rgb(120,118,126); }
div.DivClassName
{
background-color: #78767E;
}
.BgClassName
{
background-color: #78767E;
}
</style>
border-color css
<style>
span { border-color: #78767E; }
span { border-color: rgb(120,118,126); }
td.TdClassName
{
border-color: #78767E;
}
.TagClassName
{
border-color: #78767E;
}
</style>