Shades of Russett #77625A
Tints of Russett #77625A
RGB
CMYK
RGB Variations
Color information
#77625A (or 0x77625A) is known color: Russett. HEX triplet: 77, 62 and 5A. RGB value is (119,98,90). Sum of RGB (Red+Green+Blue) = 119+98+90=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #77625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77625A is #889DA5. Grayscale: #676767. Windows color (decimal): -8953254 or 5923447. OLE color: 5923447.
HSL color Cylindrical-coordinate representation of color #77625A: hue angle of 16.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77625A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 90 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.53 |
| HSL | 16.55º | 0.14% | 0.41% | - |
| HSV(B) | 16.55º | 0.24% | 0.47% | - |
| XYZ | 13.82 | 13.4 | 11.53 | - |
| YUV | 103.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 90 | 0 | 0.18 | 0.24 | 0.53 | 16.55 | 0.14 | 0.41 |
| Hex | 77 | 62 | 5A | 0 | 12 | 18 | 35 | 11 | E | 29 |
| Octal | 167 | 142 | 132 | 0 | 22 | 30 | 65 | 21 | 16 | 51 |
| Binary | 1110111 | 1100010 | 1011010 | 0 | 10010 | 11000 | 110101 | 10001 | 1110 | 101001 |
Color Harmonies of #77625A
Complementary color
Monochromatic Colors of #77625A
Black with #77625A
Text Example
Text Example
White with #77625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77625A; }
p { color: rgb(119,98,90); }
H1.HeaderClassName
{
color: #77625A;
}
.AnyTagClassName
{
color: #77625A;
}
</style>
background-color css
<style>
a { background-color: #77625A; }
a { background-color: rgb(119,98,90); }
div.DivClassName
{
background-color: #77625A;
}
.BgClassName
{
background-color: #77625A;
}
</style>
border-color css
<style>
span { border-color: #77625A; }
span { border-color: rgb(119,98,90); }
td.TdClassName
{
border-color: #77625A;
}
.TagClassName
{
border-color: #77625A;
}
</style>