Shades of Maroon #770908
Tints of Maroon #770908
RGB
CMYK
RGB Variations
Color information
#770908 (or 0x770908) is known color: Maroon. HEX triplet: 77, 09 and 08. RGB value is (119,9,8). Sum of RGB (Red+Green+Blue) = 119+9+8=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770908 is #88F6F7. Grayscale: #292929. Windows color (decimal): -8976120 or 526711. OLE color: 526711.
HSL color Cylindrical-coordinate representation of color #770908: hue angle of 0.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770908 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 8 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.53 |
| HSL | 0.54º | 0.87% | 0.25% | - |
| HSV(B) | 0.54º | 0.93% | 0.47% | - |
| XYZ | 7.75 | 4.13 | 0.62 | - |
| YUV | 41.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 8 | 0 | 0.92 | 0.93 | 0.53 | 0.54 | 0.87 | 0.25 |
| Hex | 77 | 9 | 8 | 0 | 5C | 5D | 35 | 1 | 57 | 19 |
| Octal | 167 | 11 | 10 | 0 | 134 | 135 | 65 | 1 | 127 | 31 |
| Binary | 1110111 | 1001 | 1000 | 0 | 1011100 | 1011101 | 110101 | 1 | 1010111 | 11001 |
Color Harmonies of #770908
Complementary color
Monochromatic Colors of #770908
Black with #770908
Text Example
Text Example
White with #770908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770908; }
p { color: rgb(119,9,8); }
H1.HeaderClassName
{
color: #770908;
}
.AnyTagClassName
{
color: #770908;
}
</style>
background-color css
<style>
a { background-color: #770908; }
a { background-color: rgb(119,9,8); }
div.DivClassName
{
background-color: #770908;
}
.BgClassName
{
background-color: #770908;
}
</style>
border-color css
<style>
span { border-color: #770908; }
span { border-color: rgb(119,9,8); }
td.TdClassName
{
border-color: #770908;
}
.TagClassName
{
border-color: #770908;
}
</style>