Shades of Russet #77481D
Tints of Russet #77481D
RGB
CMYK
RGB Variations
Color information
#77481D (or 0x77481D) is known color: Russet. HEX triplet: 77, 48 and 1D. RGB value is (119,72,29). Sum of RGB (Red+Green+Blue) = 119+72+29=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77481D is #88B7E2. Grayscale: #515151. Windows color (decimal): -8959971 or 1919095. OLE color: 1919095.
HSL color Cylindrical-coordinate representation of color #77481D: hue angle of 28.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77481D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 29 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.53 |
| HSL | 28.67º | 0.61% | 0.29% | - |
| HSV(B) | 28.67º | 0.76% | 0.47% | - |
| XYZ | 10.15 | 8.65 | 2.3 | - |
| YUV | 81.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 29 | 0 | 0.39 | 0.76 | 0.53 | 28.67 | 0.61 | 0.29 |
| Hex | 77 | 48 | 1D | 0 | 27 | 4C | 35 | 1D | 3D | 1D |
| Octal | 167 | 110 | 35 | 0 | 47 | 114 | 65 | 35 | 75 | 35 |
| Binary | 1110111 | 1001000 | 11101 | 0 | 100111 | 1001100 | 110101 | 11101 | 111101 | 11101 |
Color Harmonies of #77481D
Complementary color
Monochromatic Colors of #77481D
Black with #77481D
Text Example
Text Example
White with #77481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77481D; }
p { color: rgb(119,72,29); }
H1.HeaderClassName
{
color: #77481D;
}
.AnyTagClassName
{
color: #77481D;
}
</style>
background-color css
<style>
a { background-color: #77481D; }
a { background-color: rgb(119,72,29); }
div.DivClassName
{
background-color: #77481D;
}
.BgClassName
{
background-color: #77481D;
}
</style>
border-color css
<style>
span { border-color: #77481D; }
span { border-color: rgb(119,72,29); }
td.TdClassName
{
border-color: #77481D;
}
.TagClassName
{
border-color: #77481D;
}
</style>