Shades of Russet #77451A
Tints of Russet #77451A
RGB
CMYK
RGB Variations
Color information
#77451A (or 0x77451A) is known color: Russet. HEX triplet: 77, 45 and 1A. RGB value is (119,69,26). Sum of RGB (Red+Green+Blue) = 119+69+26=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77451A is #88BAE5. Grayscale: #4F4F4F. Windows color (decimal): -8960742 or 1721719. OLE color: 1721719.
HSL color Cylindrical-coordinate representation of color #77451A: hue angle of 27.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77451A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 26 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.53 |
| HSL | 27.74º | 0.64% | 0.28% | - |
| HSV(B) | 27.74º | 0.78% | 0.47% | - |
| XYZ | 9.92 | 8.25 | 2.05 | - |
| YUV | 79.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 26 | 0 | 0.42 | 0.78 | 0.53 | 27.74 | 0.64 | 0.28 |
| Hex | 77 | 45 | 1A | 0 | 2A | 4E | 35 | 1C | 40 | 1C |
| Octal | 167 | 105 | 32 | 0 | 52 | 116 | 65 | 34 | 100 | 34 |
| Binary | 1110111 | 1000101 | 11010 | 0 | 101010 | 1001110 | 110101 | 11100 | 1000000 | 11100 |
Color Harmonies of #77451A
Complementary color
Monochromatic Colors of #77451A
Black with #77451A
Text Example
Text Example
White with #77451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77451A; }
p { color: rgb(119,69,26); }
H1.HeaderClassName
{
color: #77451A;
}
.AnyTagClassName
{
color: #77451A;
}
</style>
background-color css
<style>
a { background-color: #77451A; }
a { background-color: rgb(119,69,26); }
div.DivClassName
{
background-color: #77451A;
}
.BgClassName
{
background-color: #77451A;
}
</style>
border-color css
<style>
span { border-color: #77451A; }
span { border-color: rgb(119,69,26); }
td.TdClassName
{
border-color: #77451A;
}
.TagClassName
{
border-color: #77451A;
}
</style>