Shades of Raw Umber #77501B
Tints of Raw Umber #77501B
RGB
CMYK
RGB Variations
Color information
#77501B (or 0x77501B) is known color: Raw Umber. HEX triplet: 77, 50 and 1B. RGB value is (119,80,27). Sum of RGB (Red+Green+Blue) = 119+80+27=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77501B is #88AFE4. Grayscale: #555555. Windows color (decimal): -8957925 or 1790071. OLE color: 1790071.
HSL color Cylindrical-coordinate representation of color #77501B: hue angle of 34.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77501B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 27 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.53 |
| HSL | 34.57º | 0.63% | 0.29% | - |
| HSV(B) | 34.57º | 0.77% | 0.47% | - |
| XYZ | 10.67 | 9.74 | 2.35 | - |
| YUV | 85.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 27 | 0 | 0.33 | 0.77 | 0.53 | 34.57 | 0.63 | 0.29 |
| Hex | 77 | 50 | 1B | 0 | 21 | 4D | 35 | 23 | 3F | 1D |
| Octal | 167 | 120 | 33 | 0 | 41 | 115 | 65 | 43 | 77 | 35 |
| Binary | 1110111 | 1010000 | 11011 | 0 | 100001 | 1001101 | 110101 | 100011 | 111111 | 11101 |
Color Harmonies of #77501B
Complementary color
Monochromatic Colors of #77501B
Black with #77501B
Text Example
Text Example
White with #77501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77501B; }
p { color: rgb(119,80,27); }
H1.HeaderClassName
{
color: #77501B;
}
.AnyTagClassName
{
color: #77501B;
}
</style>
background-color css
<style>
a { background-color: #77501B; }
a { background-color: rgb(119,80,27); }
div.DivClassName
{
background-color: #77501B;
}
.BgClassName
{
background-color: #77501B;
}
</style>
border-color css
<style>
span { border-color: #77501B; }
span { border-color: rgb(119,80,27); }
td.TdClassName
{
border-color: #77501B;
}
.TagClassName
{
border-color: #77501B;
}
</style>