Shades of Raw Umber #77501C
Tints of Raw Umber #77501C
RGB
CMYK
RGB Variations
Color information
#77501C (or 0x77501C) is known color: Raw Umber. HEX triplet: 77, 50 and 1C. RGB value is (119,80,28). Sum of RGB (Red+Green+Blue) = 119+80+28=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77501C is #88AFE3. Grayscale: #555555. Windows color (decimal): -8957924 or 1855607. OLE color: 1855607.
HSL color Cylindrical-coordinate representation of color #77501C: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77501C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 28 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.53 |
| HSL | 34.29º | 0.62% | 0.29% | - |
| HSV(B) | 34.29º | 0.76% | 0.47% | - |
| XYZ | 10.69 | 9.74 | 2.42 | - |
| YUV | 85.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 28 | 0 | 0.33 | 0.76 | 0.53 | 34.29 | 0.62 | 0.29 |
| Hex | 77 | 50 | 1C | 0 | 21 | 4C | 35 | 22 | 3E | 1D |
| Octal | 167 | 120 | 34 | 0 | 41 | 114 | 65 | 42 | 76 | 35 |
| Binary | 1110111 | 1010000 | 11100 | 0 | 100001 | 1001100 | 110101 | 100010 | 111110 | 11101 |
Color Harmonies of #77501C
Complementary color
Monochromatic Colors of #77501C
Black with #77501C
Text Example
Text Example
White with #77501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77501C; }
p { color: rgb(119,80,28); }
H1.HeaderClassName
{
color: #77501C;
}
.AnyTagClassName
{
color: #77501C;
}
</style>
background-color css
<style>
a { background-color: #77501C; }
a { background-color: rgb(119,80,28); }
div.DivClassName
{
background-color: #77501C;
}
.BgClassName
{
background-color: #77501C;
}
</style>
border-color css
<style>
span { border-color: #77501C; }
span { border-color: rgb(119,80,28); }
td.TdClassName
{
border-color: #77501C;
}
.TagClassName
{
border-color: #77501C;
}
</style>