Shades of Regent Grey #758A91
Tints of Regent Grey #758A91
RGB
CMYK
RGB Variations
Color information
#758A91 (or 0x758A91) is known color: Regent Grey. HEX triplet: 75, 8A and 91. RGB value is (117,138,145). Sum of RGB (Red+Green+Blue) = 117+138+145=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #758A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A91 is #8A756E. Grayscale: #848484. Windows color (decimal): -9074031 or 9538165. OLE color: 9538165.
HSL color Cylindrical-coordinate representation of color #758A91: hue angle of 195º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758A91 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 138 | 145 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.43 |
| HSL | 195º | 0.11% | 0.51% | - |
| HSV(B) | 195º | 0.19% | 0.57% | - |
| XYZ | 21.54 | 24 | 30.29 | - |
| YUV | 132.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 145 | 0.19 | 0.05 | 0 | 0.43 | 195 | 0.11 | 0.51 |
| Hex | 75 | 8A | 91 | 13 | 5 | 0 | 2B | C3 | B | 33 |
| Octal | 165 | 212 | 221 | 23 | 5 | 0 | 53 | 303 | 13 | 63 |
| Binary | 1110101 | 10001010 | 10010001 | 10011 | 101 | 0 | 101011 | 11000011 | 1011 | 110011 |
Color Harmonies of #758A91
Complementary color
Monochromatic Colors of #758A91
Black with #758A91
Text Example
Text Example
White with #758A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A91; }
p { color: rgb(117,138,145); }
H1.HeaderClassName
{
color: #758A91;
}
.AnyTagClassName
{
color: #758A91;
}
</style>
background-color css
<style>
a { background-color: #758A91; }
a { background-color: rgb(117,138,145); }
div.DivClassName
{
background-color: #758A91;
}
.BgClassName
{
background-color: #758A91;
}
</style>
border-color css
<style>
span { border-color: #758A91; }
span { border-color: rgb(117,138,145); }
td.TdClassName
{
border-color: #758A91;
}
.TagClassName
{
border-color: #758A91;
}
</style>