Shades of Raw Umber #77430D
Tints of Raw Umber #77430D
RGB
CMYK
RGB Variations
Color information
#77430D (or 0x77430D) is known color: Raw Umber. HEX triplet: 77, 43 and 0D. RGB value is (119,67,13). Sum of RGB (Red+Green+Blue) = 119+67+13=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77430D is #88BCF2. Grayscale: #4C4C4C. Windows color (decimal): -8961267 or 869239. OLE color: 869239.
HSL color Cylindrical-coordinate representation of color #77430D: hue angle of 30.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77430D is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 13 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.53 |
| HSL | 30.57º | 0.8% | 0.26% | - |
| HSV(B) | 30.57º | 0.89% | 0.47% | - |
| XYZ | 9.69 | 7.97 | 1.41 | - |
| YUV | 76.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 13 | 0 | 0.44 | 0.89 | 0.53 | 30.57 | 0.8 | 0.26 |
| Hex | 77 | 43 | D | 0 | 2C | 59 | 35 | 1F | 50 | 1A |
| Octal | 167 | 103 | 15 | 0 | 54 | 131 | 65 | 37 | 120 | 32 |
| Binary | 1110111 | 1000011 | 1101 | 0 | 101100 | 1011001 | 110101 | 11111 | 1010000 | 11010 |
Color Harmonies of #77430D
Complementary color
Monochromatic Colors of #77430D
Black with #77430D
Text Example
Text Example
White with #77430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77430D; }
p { color: rgb(119,67,13); }
H1.HeaderClassName
{
color: #77430D;
}
.AnyTagClassName
{
color: #77430D;
}
</style>
background-color css
<style>
a { background-color: #77430D; }
a { background-color: rgb(119,67,13); }
div.DivClassName
{
background-color: #77430D;
}
.BgClassName
{
background-color: #77430D;
}
</style>
border-color css
<style>
span { border-color: #77430D; }
span { border-color: rgb(119,67,13); }
td.TdClassName
{
border-color: #77430D;
}
.TagClassName
{
border-color: #77430D;
}
</style>