Shades of Topaz #787283
Tints of Topaz #787283
RGB
CMYK
RGB Variations
Color information
#787283 (or 0x787283) is known color: Topaz. HEX triplet: 78, 72 and 83. RGB value is (120,114,131). Sum of RGB (Red+Green+Blue) = 120+114+131=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #787283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787283 is #878D7C. Grayscale: #757575. Windows color (decimal): -8883581 or 8614520. OLE color: 8614520.
HSL color Cylindrical-coordinate representation of color #787283: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787283 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 114 | 131 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.49 |
| HSL | 261.18º | 0.07% | 0.48% | - |
| HSV(B) | 261.18º | 0.13% | 0.51% | - |
| XYZ | 17.86 | 17.67 | 23.94 | - |
| YUV | 117.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 131 | 0.08 | 0.13 | 0 | 0.49 | 261.18 | 0.07 | 0.48 |
| Hex | 78 | 72 | 83 | 8 | D | 0 | 31 | 105 | 7 | 30 |
| Octal | 170 | 162 | 203 | 10 | 15 | 0 | 61 | 405 | 7 | 60 |
| Binary | 1111000 | 1110010 | 10000011 | 1000 | 1101 | 0 | 110001 | 100000101 | 111 | 110000 |
Color Harmonies of #787283
Complementary color
Monochromatic Colors of #787283
Black with #787283
Text Example
Text Example
White with #787283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787283; }
p { color: rgb(120,114,131); }
H1.HeaderClassName
{
color: #787283;
}
.AnyTagClassName
{
color: #787283;
}
</style>
background-color css
<style>
a { background-color: #787283; }
a { background-color: rgb(120,114,131); }
div.DivClassName
{
background-color: #787283;
}
.BgClassName
{
background-color: #787283;
}
</style>
border-color css
<style>
span { border-color: #787283; }
span { border-color: rgb(120,114,131); }
td.TdClassName
{
border-color: #787283;
}
.TagClassName
{
border-color: #787283;
}
</style>