Shades of Topaz #767185
Tints of Topaz #767185
RGB
CMYK
RGB Variations
Color information
#767185 (or 0x767185) is known color: Topaz. HEX triplet: 76, 71 and 85. RGB value is (118,113,133). Sum of RGB (Red+Green+Blue) = 118+113+133=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #767185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767185 is #898E7A. Grayscale: #747474. Windows color (decimal): -9014907 or 8745334. OLE color: 8745334.
HSL color Cylindrical-coordinate representation of color #767185: hue angle of 255º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767185 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 113 | 133 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.48 |
| HSL | 255º | 0.08% | 0.48% | - |
| HSV(B) | 255º | 0.15% | 0.52% | - |
| XYZ | 17.61 | 17.36 | 24.61 | - |
| YUV | 116.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 133 | 0.11 | 0.15 | 0 | 0.48 | 255 | 0.08 | 0.48 |
| Hex | 76 | 71 | 85 | B | F | 0 | 30 | FF | 8 | 30 |
| Octal | 166 | 161 | 205 | 13 | 17 | 0 | 60 | 377 | 10 | 60 |
| Binary | 1110110 | 1110001 | 10000101 | 1011 | 1111 | 0 | 110000 | 11111111 | 1000 | 110000 |
Color Harmonies of #767185
Complementary color
Monochromatic Colors of #767185
Black with #767185
Text Example
Text Example
White with #767185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767185; }
p { color: rgb(118,113,133); }
H1.HeaderClassName
{
color: #767185;
}
.AnyTagClassName
{
color: #767185;
}
</style>
background-color css
<style>
a { background-color: #767185; }
a { background-color: rgb(118,113,133); }
div.DivClassName
{
background-color: #767185;
}
.BgClassName
{
background-color: #767185;
}
</style>
border-color css
<style>
span { border-color: #767185; }
span { border-color: rgb(118,113,133); }
td.TdClassName
{
border-color: #767185;
}
.TagClassName
{
border-color: #767185;
}
</style>