Shades of Topaz #787585
Tints of Topaz #787585
RGB
CMYK
RGB Variations
Color information
#787585 (or 0x787585) is known color: Topaz. HEX triplet: 78, 75 and 85. RGB value is (120,117,133). Sum of RGB (Red+Green+Blue) = 120+117+133=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #787585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787585 is #878A7A. Grayscale: #777777. Windows color (decimal): -8882811 or 8746360. OLE color: 8746360.
HSL color Cylindrical-coordinate representation of color #787585: hue angle of 251.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787585 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 117 | 133 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.48 |
| HSL | 251.25º | 0.06% | 0.49% | - |
| HSV(B) | 251.25º | 0.12% | 0.52% | - |
| XYZ | 18.34 | 18.41 | 24.78 | - |
| YUV | 119.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 133 | 0.10 | 0.12 | 0 | 0.48 | 251.25 | 0.06 | 0.49 |
| Hex | 78 | 75 | 85 | A | C | 0 | 30 | FB | 6 | 31 |
| Octal | 170 | 165 | 205 | 12 | 14 | 0 | 60 | 373 | 6 | 61 |
| Binary | 1111000 | 1110101 | 10000101 | 1010 | 1100 | 0 | 110000 | 11111011 | 110 | 110001 |
Color Harmonies of #787585
Complementary color
Monochromatic Colors of #787585
Black with #787585
Text Example
Text Example
White with #787585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787585; }
p { color: rgb(120,117,133); }
H1.HeaderClassName
{
color: #787585;
}
.AnyTagClassName
{
color: #787585;
}
</style>
background-color css
<style>
a { background-color: #787585; }
a { background-color: rgb(120,117,133); }
div.DivClassName
{
background-color: #787585;
}
.BgClassName
{
background-color: #787585;
}
</style>
border-color css
<style>
span { border-color: #787585; }
span { border-color: rgb(120,117,133); }
td.TdClassName
{
border-color: #787585;
}
.TagClassName
{
border-color: #787585;
}
</style>