Shades of Regent Grey #76797A
Tints of Regent Grey #76797A
RGB
CMYK
RGB Variations
Color information
#76797A (or 0x76797A) is known color: Regent Grey. HEX triplet: 76, 79 and 7A. RGB value is (118,121,122). Sum of RGB (Red+Green+Blue) = 118+121+122=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 122 - color contains mainly: blue. Hex color #76797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797A is #898685. Grayscale: #787878. Windows color (decimal): -9012870 or 8026486. OLE color: 8026486.
HSL color Cylindrical-coordinate representation of color #76797A: hue angle of 195º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #76797A is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 118 | 121 | 122 | - |
CMYK | 0.03 | 0.01 | 0 | 0.52 |
HSL | 195º | 0.02% | 0.47% | - |
HSV(B) | 195º | 0.03% | 0.48% | - |
XYZ | 17.82 | 18.93 | 21.13 | - |
YUV | 120.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 121 | 122 | 0.03 | 0.01 | 0 | 0.52 | 195 | 0.02 | 0.47 |
Hex | 76 | 79 | 7A | 3 | 1 | 0 | 34 | C3 | 2 | 2F |
Octal | 166 | 171 | 172 | 3 | 1 | 0 | 64 | 303 | 2 | 57 |
Binary | 1110110 | 1111001 | 1111010 | 11 | 1 | 0 | 110100 | 11000011 | 10 | 101111 |
Color Harmonies of #76797A
Complementary color
Monochromatic Colors of #76797A
Black with #76797A
Text Example
Text Example
White with #76797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76797A; }
p { color: rgb(118,121,122); }
H1.HeaderClassName
{
color: #76797A;
}
.AnyTagClassName
{
color: #76797A;
}
</style>
background-color css
<style>
a { background-color: #76797A; }
a { background-color: rgb(118,121,122); }
div.DivClassName
{
background-color: #76797A;
}
.BgClassName
{
background-color: #76797A;
}
</style>
border-color css
<style>
span { border-color: #76797A; }
span { border-color: rgb(118,121,122); }
td.TdClassName
{
border-color: #76797A;
}
.TagClassName
{
border-color: #76797A;
}
</style>