Shades of Regent Grey #758588
Tints of Regent Grey #758588
RGB
CMYK
RGB Variations
Color information
#758588 (or 0x758588) is known color: Regent Grey. HEX triplet: 75, 85 and 88. RGB value is (117,133,136). Sum of RGB (Red+Green+Blue) = 117+133+136=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #758588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758588 is #8A7A77. Grayscale: #808080. Windows color (decimal): -9075320 or 8947061. OLE color: 8947061.
HSL color Cylindrical-coordinate representation of color #758588: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758588 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 133 | 136 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.47 |
| HSL | 189.47º | 0.08% | 0.5% | - |
| HSV(B) | 189.47º | 0.14% | 0.53% | - |
| XYZ | 20.17 | 22.33 | 26.54 | - |
| YUV | 128.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 136 | 0.14 | 0.02 | 0 | 0.47 | 189.47 | 0.08 | 0.5 |
| Hex | 75 | 85 | 88 | E | 2 | 0 | 2F | BD | 8 | 32 |
| Octal | 165 | 205 | 210 | 16 | 2 | 0 | 57 | 275 | 10 | 62 |
| Binary | 1110101 | 10000101 | 10001000 | 1110 | 10 | 0 | 101111 | 10111101 | 1000 | 110010 |
Color Harmonies of #758588
Complementary color
Monochromatic Colors of #758588
Black with #758588
Text Example
Text Example
White with #758588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758588; }
p { color: rgb(117,133,136); }
H1.HeaderClassName
{
color: #758588;
}
.AnyTagClassName
{
color: #758588;
}
</style>
background-color css
<style>
a { background-color: #758588; }
a { background-color: rgb(117,133,136); }
div.DivClassName
{
background-color: #758588;
}
.BgClassName
{
background-color: #758588;
}
</style>
border-color css
<style>
span { border-color: #758588; }
span { border-color: rgb(117,133,136); }
td.TdClassName
{
border-color: #758588;
}
.TagClassName
{
border-color: #758588;
}
</style>