Shades of Regent Grey #758485
Tints of Regent Grey #758485
RGB
CMYK
RGB Variations
Color information
#758485 (or 0x758485) is known color: Regent Grey. HEX triplet: 75, 84 and 85. RGB value is (117,132,133). Sum of RGB (Red+Green+Blue) = 117+132+133=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #758485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758485 is #8A7B7A. Grayscale: #7F7F7F. Windows color (decimal): -9075579 or 8750197. OLE color: 8750197.
HSL color Cylindrical-coordinate representation of color #758485: hue angle of 183.75º 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 #758485 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 133 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.48 |
| HSL | 183.75º | 0.06% | 0.49% | - |
| HSV(B) | 183.75º | 0.12% | 0.52% | - |
| XYZ | 19.82 | 21.98 | 25.39 | - |
| YUV | 127.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 133 | 0.12 | 0.01 | 0 | 0.48 | 183.75 | 0.06 | 0.49 |
| Hex | 75 | 84 | 85 | C | 1 | 0 | 30 | B8 | 6 | 31 |
| Octal | 165 | 204 | 205 | 14 | 1 | 0 | 60 | 270 | 6 | 61 |
| Binary | 1110101 | 10000100 | 10000101 | 1100 | 1 | 0 | 110000 | 10111000 | 110 | 110001 |
Color Harmonies of #758485
Complementary color
Monochromatic Colors of #758485
Black with #758485
Text Example
Text Example
White with #758485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758485; }
p { color: rgb(117,132,133); }
H1.HeaderClassName
{
color: #758485;
}
.AnyTagClassName
{
color: #758485;
}
</style>
background-color css
<style>
a { background-color: #758485; }
a { background-color: rgb(117,132,133); }
div.DivClassName
{
background-color: #758485;
}
.BgClassName
{
background-color: #758485;
}
</style>
border-color css
<style>
span { border-color: #758485; }
span { border-color: rgb(117,132,133); }
td.TdClassName
{
border-color: #758485;
}
.TagClassName
{
border-color: #758485;
}
</style>