Shades of Regent Grey #75838A
Tints of Regent Grey #75838A
RGB
CMYK
RGB Variations
Color information
#75838A (or 0x75838A) is known color: Regent Grey. HEX triplet: 75, 83 and 8A. RGB value is (117,131,138). Sum of RGB (Red+Green+Blue) = 117+131+138=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #75838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838A is #8A7C75. Grayscale: #7F7F7F. Windows color (decimal): -9075830 or 9077621. OLE color: 9077621.
HSL color Cylindrical-coordinate representation of color #75838A: hue angle of 200º 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 #75838A is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 131 | 138 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.46 |
| HSL | 200º | 0.08% | 0.5% | - |
| HSV(B) | 200º | 0.15% | 0.54% | - |
| XYZ | 20.04 | 21.85 | 27.21 | - |
| YUV | 127.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 138 | 0.15 | 0.05 | 0 | 0.46 | 200 | 0.08 | 0.5 |
| Hex | 75 | 83 | 8A | F | 5 | 0 | 2E | C8 | 8 | 32 |
| Octal | 165 | 203 | 212 | 17 | 5 | 0 | 56 | 310 | 10 | 62 |
| Binary | 1110101 | 10000011 | 10001010 | 1111 | 101 | 0 | 101110 | 11001000 | 1000 | 110010 |
Color Harmonies of #75838A
Complementary color
Monochromatic Colors of #75838A
Black with #75838A
Text Example
Text Example
White with #75838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75838A; }
p { color: rgb(117,131,138); }
H1.HeaderClassName
{
color: #75838A;
}
.AnyTagClassName
{
color: #75838A;
}
</style>
background-color css
<style>
a { background-color: #75838A; }
a { background-color: rgb(117,131,138); }
div.DivClassName
{
background-color: #75838A;
}
.BgClassName
{
background-color: #75838A;
}
</style>
border-color css
<style>
span { border-color: #75838A; }
span { border-color: rgb(117,131,138); }
td.TdClassName
{
border-color: #75838A;
}
.TagClassName
{
border-color: #75838A;
}
</style>