Shades of Russett #77605A
Tints of Russett #77605A
RGB
CMYK
RGB Variations
Color information
#77605A (or 0x77605A) is known color: Russett. HEX triplet: 77, 60 and 5A. RGB value is (119,96,90). Sum of RGB (Red+Green+Blue) = 119+96+90=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #77605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605A is #889FA5. Grayscale: #666666. Windows color (decimal): -8953766 or 5922935. OLE color: 5922935.
HSL color Cylindrical-coordinate representation of color #77605A: hue angle of 12.41º 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 #77605A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 90 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.53 |
| HSL | 12.41º | 0.14% | 0.41% | - |
| HSV(B) | 12.41º | 0.24% | 0.47% | - |
| XYZ | 13.64 | 13.03 | 11.47 | - |
| YUV | 102.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 90 | 0 | 0.19 | 0.24 | 0.53 | 12.41 | 0.14 | 0.41 |
| Hex | 77 | 60 | 5A | 0 | 13 | 18 | 35 | C | E | 29 |
| Octal | 167 | 140 | 132 | 0 | 23 | 30 | 65 | 14 | 16 | 51 |
| Binary | 1110111 | 1100000 | 1011010 | 0 | 10011 | 11000 | 110101 | 1100 | 1110 | 101001 |
Color Harmonies of #77605A
Complementary color
Monochromatic Colors of #77605A
Black with #77605A
Text Example
Text Example
White with #77605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77605A; }
p { color: rgb(119,96,90); }
H1.HeaderClassName
{
color: #77605A;
}
.AnyTagClassName
{
color: #77605A;
}
</style>
background-color css
<style>
a { background-color: #77605A; }
a { background-color: rgb(119,96,90); }
div.DivClassName
{
background-color: #77605A;
}
.BgClassName
{
background-color: #77605A;
}
</style>
border-color css
<style>
span { border-color: #77605A; }
span { border-color: rgb(119,96,90); }
td.TdClassName
{
border-color: #77605A;
}
.TagClassName
{
border-color: #77605A;
}
</style>