Shades of Raw Umber #77500C
Tints of Raw Umber #77500C
RGB
CMYK
RGB Variations
Color information
#77500C (or 0x77500C) is known color: Raw Umber. HEX triplet: 77, 50 and 0C. RGB value is (119,80,12). Sum of RGB (Red+Green+Blue) = 119+80+12=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77500C is #88AFF3. Grayscale: #545454. Windows color (decimal): -8957940 or 807031. OLE color: 807031.
HSL color Cylindrical-coordinate representation of color #77500C: hue angle of 38.13º 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 #77500C is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 12 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.53 |
| HSL | 38.13º | 0.82% | 0.26% | - |
| HSV(B) | 38.13º | 0.9% | 0.47% | - |
| XYZ | 10.54 | 9.69 | 1.66 | - |
| YUV | 83.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 12 | 0 | 0.33 | 0.90 | 0.53 | 38.13 | 0.82 | 0.26 |
| Hex | 77 | 50 | C | 0 | 21 | 5A | 35 | 26 | 52 | 1A |
| Octal | 167 | 120 | 14 | 0 | 41 | 132 | 65 | 46 | 122 | 32 |
| Binary | 1110111 | 1010000 | 1100 | 0 | 100001 | 1011010 | 110101 | 100110 | 1010010 | 11010 |
Color Harmonies of #77500C
Complementary color
Monochromatic Colors of #77500C
Black with #77500C
Text Example
Text Example
White with #77500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77500C; }
p { color: rgb(119,80,12); }
H1.HeaderClassName
{
color: #77500C;
}
.AnyTagClassName
{
color: #77500C;
}
</style>
background-color css
<style>
a { background-color: #77500C; }
a { background-color: rgb(119,80,12); }
div.DivClassName
{
background-color: #77500C;
}
.BgClassName
{
background-color: #77500C;
}
</style>
border-color css
<style>
span { border-color: #77500C; }
span { border-color: rgb(119,80,12); }
td.TdClassName
{
border-color: #77500C;
}
.TagClassName
{
border-color: #77500C;
}
</style>