Shades of Raw Umber #77550C
Tints of Raw Umber #77550C
RGB
CMYK
RGB Variations
Color information
#77550C (or 0x77550C) is known color: Raw Umber. HEX triplet: 77, 55 and 0C. RGB value is (119,85,12). Sum of RGB (Red+Green+Blue) = 119+85+12=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77550C is #88AAF3. Grayscale: #575757. Windows color (decimal): -8956660 or 808311. OLE color: 808311.
HSL color Cylindrical-coordinate representation of color #77550C: hue angle of 40.93º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77550C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 12 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.53 |
| HSL | 40.93º | 0.82% | 0.26% | - |
| HSV(B) | 40.93º | 0.9% | 0.47% | - |
| XYZ | 10.92 | 10.45 | 1.79 | - |
| YUV | 86.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 12 | 0 | 0.29 | 0.90 | 0.53 | 40.93 | 0.82 | 0.26 |
| Hex | 77 | 55 | C | 0 | 1D | 5A | 35 | 29 | 52 | 1A |
| Octal | 167 | 125 | 14 | 0 | 35 | 132 | 65 | 51 | 122 | 32 |
| Binary | 1110111 | 1010101 | 1100 | 0 | 11101 | 1011010 | 110101 | 101001 | 1010010 | 11010 |
Color Harmonies of #77550C
Complementary color
Monochromatic Colors of #77550C
Black with #77550C
Text Example
Text Example
White with #77550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77550C; }
p { color: rgb(119,85,12); }
H1.HeaderClassName
{
color: #77550C;
}
.AnyTagClassName
{
color: #77550C;
}
</style>
background-color css
<style>
a { background-color: #77550C; }
a { background-color: rgb(119,85,12); }
div.DivClassName
{
background-color: #77550C;
}
.BgClassName
{
background-color: #77550C;
}
</style>
border-color css
<style>
span { border-color: #77550C; }
span { border-color: rgb(119,85,12); }
td.TdClassName
{
border-color: #77550C;
}
.TagClassName
{
border-color: #77550C;
}
</style>