Shades of Raw Umber #77450C
Tints of Raw Umber #77450C
RGB
CMYK
RGB Variations
Color information
#77450C (or 0x77450C) is known color: Raw Umber. HEX triplet: 77, 45 and 0C. RGB value is (119,69,12). Sum of RGB (Red+Green+Blue) = 119+69+12=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77450C is #88BAF3. Grayscale: #4D4D4D. Windows color (decimal): -8960756 or 804215. OLE color: 804215.
HSL color Cylindrical-coordinate representation of color #77450C: hue angle of 31.96º 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 #77450C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 12 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.53 |
| HSL | 31.96º | 0.82% | 0.26% | - |
| HSV(B) | 31.96º | 0.9% | 0.47% | - |
| XYZ | 9.8 | 8.2 | 1.41 | - |
| YUV | 77.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 12 | 0 | 0.42 | 0.90 | 0.53 | 31.96 | 0.82 | 0.26 |
| Hex | 77 | 45 | C | 0 | 2A | 5A | 35 | 20 | 52 | 1A |
| Octal | 167 | 105 | 14 | 0 | 52 | 132 | 65 | 40 | 122 | 32 |
| Binary | 1110111 | 1000101 | 1100 | 0 | 101010 | 1011010 | 110101 | 100000 | 1010010 | 11010 |
Color Harmonies of #77450C
Complementary color
Monochromatic Colors of #77450C
Black with #77450C
Text Example
Text Example
White with #77450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77450C; }
p { color: rgb(119,69,12); }
H1.HeaderClassName
{
color: #77450C;
}
.AnyTagClassName
{
color: #77450C;
}
</style>
background-color css
<style>
a { background-color: #77450C; }
a { background-color: rgb(119,69,12); }
div.DivClassName
{
background-color: #77450C;
}
.BgClassName
{
background-color: #77450C;
}
</style>
border-color css
<style>
span { border-color: #77450C; }
span { border-color: rgb(119,69,12); }
td.TdClassName
{
border-color: #77450C;
}
.TagClassName
{
border-color: #77450C;
}
</style>