Shades of Regent Grey #75888A
Tints of Regent Grey #75888A
RGB
CMYK
RGB Variations
Color information
#75888A (or 0x75888A) is known color: Regent Grey. HEX triplet: 75, 88 and 8A. RGB value is (117,136,138). Sum of RGB (Red+Green+Blue) = 117+136+138=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #75888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888A is #8A7775. Grayscale: #828282. Windows color (decimal): -9074550 or 9078901. OLE color: 9078901.
HSL color Cylindrical-coordinate representation of color #75888A: hue angle of 185.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75888A is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 136 | 138 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.46 |
| HSL | 185.71º | 0.08% | 0.5% | - |
| HSV(B) | 185.71º | 0.15% | 0.54% | - |
| XYZ | 20.73 | 23.23 | 27.44 | - |
| YUV | 130.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 138 | 0.15 | 0.01 | 0 | 0.46 | 185.71 | 0.08 | 0.5 |
| Hex | 75 | 88 | 8A | F | 1 | 0 | 2E | BA | 8 | 32 |
| Octal | 165 | 210 | 212 | 17 | 1 | 0 | 56 | 272 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10001010 | 1111 | 1 | 0 | 101110 | 10111010 | 1000 | 110010 |
Color Harmonies of #75888A
Complementary color
Monochromatic Colors of #75888A
Black with #75888A
Text Example
Text Example
White with #75888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75888A; }
p { color: rgb(117,136,138); }
H1.HeaderClassName
{
color: #75888A;
}
.AnyTagClassName
{
color: #75888A;
}
</style>
background-color css
<style>
a { background-color: #75888A; }
a { background-color: rgb(117,136,138); }
div.DivClassName
{
background-color: #75888A;
}
.BgClassName
{
background-color: #75888A;
}
</style>
border-color css
<style>
span { border-color: #75888A; }
span { border-color: rgb(117,136,138); }
td.TdClassName
{
border-color: #75888A;
}
.TagClassName
{
border-color: #75888A;
}
</style>