Shades of Topaz #7F7A83
Tints of Topaz #7F7A83
RGB
CMYK
RGB Variations
Color information
#7F7A83 (or 0x7F7A83) is known color: Topaz. HEX triplet: 7F, 7A and 83. RGB value is (127,122,131). Sum of RGB (Red+Green+Blue) = 127+122+131=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F7A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7A83 is #80857C. Grayscale: #7C7C7C. Windows color (decimal): -8422781 or 8616575. OLE color: 8616575.
HSL color Cylindrical-coordinate representation of color #7F7A83: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7A83 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 122 | 131 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.49 |
| HSL | 273.33º | 0.04% | 0.5% | - |
| HSV(B) | 273.33º | 0.07% | 0.51% | - |
| XYZ | 19.81 | 20.07 | 24.3 | - |
| YUV | 124.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 131 | 0.03 | 0.07 | 0 | 0.49 | 273.33 | 0.04 | 0.5 |
| Hex | 7F | 7A | 83 | 3 | 7 | 0 | 31 | 111 | 4 | 32 |
| Octal | 177 | 172 | 203 | 3 | 7 | 0 | 61 | 421 | 4 | 62 |
| Binary | 1111111 | 1111010 | 10000011 | 11 | 111 | 0 | 110001 | 100010001 | 100 | 110010 |
Color Harmonies of #7F7A83
Complementary color
Monochromatic Colors of #7F7A83
Black with #7F7A83
Text Example
Text Example
White with #7F7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A83; }
p { color: rgb(127,122,131); }
H1.HeaderClassName
{
color: #7F7A83;
}
.AnyTagClassName
{
color: #7F7A83;
}
</style>
background-color css
<style>
a { background-color: #7F7A83; }
a { background-color: rgb(127,122,131); }
div.DivClassName
{
background-color: #7F7A83;
}
.BgClassName
{
background-color: #7F7A83;
}
</style>
border-color css
<style>
span { border-color: #7F7A83; }
span { border-color: rgb(127,122,131); }
td.TdClassName
{
border-color: #7F7A83;
}
.TagClassName
{
border-color: #7F7A83;
}
</style>