Shades of Regent Grey #758085
Tints of Regent Grey #758085
RGB
CMYK
RGB Variations
Color information
#758085 (or 0x758085) is known color: Regent Grey. HEX triplet: 75, 80 and 85. RGB value is (117,128,133). Sum of RGB (Red+Green+Blue) = 117+128+133=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #758085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758085 is #8A7F7A. Grayscale: #7D7D7D. Windows color (decimal): -9076603 or 8749173. OLE color: 8749173.
HSL color Cylindrical-coordinate representation of color #758085: hue angle of 198.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 #758085 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 128 | 133 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.48 |
| HSL | 198.75º | 0.06% | 0.49% | - |
| HSV(B) | 198.75º | 0.12% | 0.52% | - |
| XYZ | 19.29 | 20.91 | 25.21 | - |
| YUV | 125.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 133 | 0.12 | 0.04 | 0 | 0.48 | 198.75 | 0.06 | 0.49 |
| Hex | 75 | 80 | 85 | C | 4 | 0 | 30 | C7 | 6 | 31 |
| Octal | 165 | 200 | 205 | 14 | 4 | 0 | 60 | 307 | 6 | 61 |
| Binary | 1110101 | 10000000 | 10000101 | 1100 | 100 | 0 | 110000 | 11000111 | 110 | 110001 |
Color Harmonies of #758085
Complementary color
Monochromatic Colors of #758085
Black with #758085
Text Example
Text Example
White with #758085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758085; }
p { color: rgb(117,128,133); }
H1.HeaderClassName
{
color: #758085;
}
.AnyTagClassName
{
color: #758085;
}
</style>
background-color css
<style>
a { background-color: #758085; }
a { background-color: rgb(117,128,133); }
div.DivClassName
{
background-color: #758085;
}
.BgClassName
{
background-color: #758085;
}
</style>
border-color css
<style>
span { border-color: #758085; }
span { border-color: rgb(117,128,133); }
td.TdClassName
{
border-color: #758085;
}
.TagClassName
{
border-color: #758085;
}
</style>