Shades of Topaz #78767D
Tints of Topaz #78767D
RGB
CMYK
RGB Variations
Color information
#78767D (or 0x78767D) is known color: Topaz. HEX triplet: 78, 76 and 7D. RGB value is (120,118,125). Sum of RGB (Red+Green+Blue) = 120+118+125=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #78767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767D is #878982. Grayscale: #777777. Windows color (decimal): -8882563 or 8222328. OLE color: 8222328.
HSL color Cylindrical-coordinate representation of color #78767D: hue angle of 257.14º 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 #78767D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 120 | 118 | 125 | - |
CMYK | 0.04 | 0.06 | 0 | 0.51 |
HSL | 257.14º | 0.03% | 0.48% | - |
HSV(B) | 257.14º | 0.06% | 0.49% | - |
XYZ | 17.93 | 18.43 | 22.01 | - |
YUV | 119.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 118 | 125 | 0.04 | 0.06 | 0 | 0.51 | 257.14 | 0.03 | 0.48 |
Hex | 78 | 76 | 7D | 4 | 6 | 0 | 33 | 101 | 3 | 30 |
Octal | 170 | 166 | 175 | 4 | 6 | 0 | 63 | 401 | 3 | 60 |
Binary | 1111000 | 1110110 | 1111101 | 100 | 110 | 0 | 110011 | 100000001 | 11 | 110000 |
Color Harmonies of #78767D
Complementary color
Monochromatic Colors of #78767D
Black with #78767D
Text Example
Text Example
White with #78767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78767D; }
p { color: rgb(120,118,125); }
H1.HeaderClassName
{
color: #78767D;
}
.AnyTagClassName
{
color: #78767D;
}
</style>
background-color css
<style>
a { background-color: #78767D; }
a { background-color: rgb(120,118,125); }
div.DivClassName
{
background-color: #78767D;
}
.BgClassName
{
background-color: #78767D;
}
</style>
border-color css
<style>
span { border-color: #78767D; }
span { border-color: rgb(120,118,125); }
td.TdClassName
{
border-color: #78767D;
}
.TagClassName
{
border-color: #78767D;
}
</style>