Shades of Regent Grey #758283
Tints of Regent Grey #758283
RGB
CMYK
RGB Variations
Color information
#758283 (or 0x758283) is known color: Regent Grey. HEX triplet: 75, 82 and 83. RGB value is (117,130,131). Sum of RGB (Red+Green+Blue) = 117+130+131=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: blue. Hex color #758283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758283 is #8A7D7C. Grayscale: #7E7E7E. Windows color (decimal): -9076093 or 8618613. OLE color: 8618613.
HSL color Cylindrical-coordinate representation of color #758283: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758283 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 131 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.49 |
| HSL | 184.29º | 0.06% | 0.49% | - |
| HSV(B) | 184.29º | 0.11% | 0.51% | - |
| XYZ | 19.42 | 21.39 | 24.58 | - |
| YUV | 126.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 131 | 0.11 | 0.01 | 0 | 0.49 | 184.29 | 0.06 | 0.49 |
| Hex | 75 | 82 | 83 | B | 1 | 0 | 31 | B8 | 6 | 31 |
| Octal | 165 | 202 | 203 | 13 | 1 | 0 | 61 | 270 | 6 | 61 |
| Binary | 1110101 | 10000010 | 10000011 | 1011 | 1 | 0 | 110001 | 10111000 | 110 | 110001 |
Color Harmonies of #758283
Complementary color
Monochromatic Colors of #758283
Black with #758283
Text Example
Text Example
White with #758283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758283; }
p { color: rgb(117,130,131); }
H1.HeaderClassName
{
color: #758283;
}
.AnyTagClassName
{
color: #758283;
}
</style>
background-color css
<style>
a { background-color: #758283; }
a { background-color: rgb(117,130,131); }
div.DivClassName
{
background-color: #758283;
}
.BgClassName
{
background-color: #758283;
}
</style>
border-color css
<style>
span { border-color: #758283; }
span { border-color: rgb(117,130,131); }
td.TdClassName
{
border-color: #758283;
}
.TagClassName
{
border-color: #758283;
}
</style>