Shades of Regent Grey #75858A
Tints of Regent Grey #75858A
RGB
CMYK
RGB Variations
Color information
#75858A (or 0x75858A) is known color: Regent Grey. HEX triplet: 75, 85 and 8A. RGB value is (117,133,138). Sum of RGB (Red+Green+Blue) = 117+133+138=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #75858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75858A is #8A7A75. Grayscale: #808080. Windows color (decimal): -9075318 or 9078133. OLE color: 9078133.
HSL color Cylindrical-coordinate representation of color #75858A: hue angle of 194.29º 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 #75858A is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 133 | 138 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.46 |
| HSL | 194.29º | 0.08% | 0.5% | - |
| HSV(B) | 194.29º | 0.15% | 0.54% | - |
| XYZ | 20.31 | 22.39 | 27.3 | - |
| YUV | 128.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 138 | 0.15 | 0.04 | 0 | 0.46 | 194.29 | 0.08 | 0.5 |
| Hex | 75 | 85 | 8A | F | 4 | 0 | 2E | C2 | 8 | 32 |
| Octal | 165 | 205 | 212 | 17 | 4 | 0 | 56 | 302 | 10 | 62 |
| Binary | 1110101 | 10000101 | 10001010 | 1111 | 100 | 0 | 101110 | 11000010 | 1000 | 110010 |
Color Harmonies of #75858A
Complementary color
Monochromatic Colors of #75858A
Black with #75858A
Text Example
Text Example
White with #75858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75858A; }
p { color: rgb(117,133,138); }
H1.HeaderClassName
{
color: #75858A;
}
.AnyTagClassName
{
color: #75858A;
}
</style>
background-color css
<style>
a { background-color: #75858A; }
a { background-color: rgb(117,133,138); }
div.DivClassName
{
background-color: #75858A;
}
.BgClassName
{
background-color: #75858A;
}
</style>
border-color css
<style>
span { border-color: #75858A; }
span { border-color: rgb(117,133,138); }
td.TdClassName
{
border-color: #75858A;
}
.TagClassName
{
border-color: #75858A;
}
</style>