Shades of Raw Umber #77521D
Tints of Raw Umber #77521D
RGB
CMYK
RGB Variations
Color information
#77521D (or 0x77521D) is known color: Raw Umber. HEX triplet: 77, 52 and 1D. RGB value is (119,82,29). Sum of RGB (Red+Green+Blue) = 119+82+29=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77521D is #88ADE2. Grayscale: #575757. Windows color (decimal): -8957411 or 1921655. OLE color: 1921655.
HSL color Cylindrical-coordinate representation of color #77521D: hue angle of 35.33º degrees, saturation: 0.61, 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 #77521D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 29 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.53 |
| HSL | 35.33º | 0.61% | 0.29% | - |
| HSV(B) | 35.33º | 0.76% | 0.47% | - |
| XYZ | 10.85 | 10.05 | 2.53 | - |
| YUV | 87.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 29 | 0 | 0.31 | 0.76 | 0.53 | 35.33 | 0.61 | 0.29 |
| Hex | 77 | 52 | 1D | 0 | 1F | 4C | 35 | 23 | 3D | 1D |
| Octal | 167 | 122 | 35 | 0 | 37 | 114 | 65 | 43 | 75 | 35 |
| Binary | 1110111 | 1010010 | 11101 | 0 | 11111 | 1001100 | 110101 | 100011 | 111101 | 11101 |
Color Harmonies of #77521D
Complementary color
Monochromatic Colors of #77521D
Black with #77521D
Text Example
Text Example
White with #77521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77521D; }
p { color: rgb(119,82,29); }
H1.HeaderClassName
{
color: #77521D;
}
.AnyTagClassName
{
color: #77521D;
}
</style>
background-color css
<style>
a { background-color: #77521D; }
a { background-color: rgb(119,82,29); }
div.DivClassName
{
background-color: #77521D;
}
.BgClassName
{
background-color: #77521D;
}
</style>
border-color css
<style>
span { border-color: #77521D; }
span { border-color: rgb(119,82,29); }
td.TdClassName
{
border-color: #77521D;
}
.TagClassName
{
border-color: #77521D;
}
</style>