Shades of Topaz #7F7288
Tints of Topaz #7F7288
RGB
CMYK
RGB Variations
Color information
#7F7288 (or 0x7F7288) is known color: Topaz. HEX triplet: 7F, 72 and 88. RGB value is (127,114,136). Sum of RGB (Red+Green+Blue) = 127+114+136=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F7288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7288 is #808D77. Grayscale: #787878. Windows color (decimal): -8424824 or 8942207. OLE color: 8942207.
HSL color Cylindrical-coordinate representation of color #7F7288: hue angle of 275.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F7288 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 114 | 136 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.47 |
| HSL | 275.45º | 0.09% | 0.49% | - |
| HSV(B) | 275.45º | 0.16% | 0.53% | - |
| XYZ | 19.21 | 18.32 | 25.82 | - |
| YUV | 120.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 136 | 0.07 | 0.16 | 0 | 0.47 | 275.45 | 0.09 | 0.49 |
| Hex | 7F | 72 | 88 | 7 | 10 | 0 | 2F | 113 | 9 | 31 |
| Octal | 177 | 162 | 210 | 7 | 20 | 0 | 57 | 423 | 11 | 61 |
| Binary | 1111111 | 1110010 | 10001000 | 111 | 10000 | 0 | 101111 | 100010011 | 1001 | 110001 |
Color Harmonies of #7F7288
Complementary color
Monochromatic Colors of #7F7288
Black with #7F7288
Text Example
Text Example
White with #7F7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7288; }
p { color: rgb(127,114,136); }
H1.HeaderClassName
{
color: #7F7288;
}
.AnyTagClassName
{
color: #7F7288;
}
</style>
background-color css
<style>
a { background-color: #7F7288; }
a { background-color: rgb(127,114,136); }
div.DivClassName
{
background-color: #7F7288;
}
.BgClassName
{
background-color: #7F7288;
}
</style>
border-color css
<style>
span { border-color: #7F7288; }
span { border-color: rgb(127,114,136); }
td.TdClassName
{
border-color: #7F7288;
}
.TagClassName
{
border-color: #7F7288;
}
</style>