Shades of Raw Umber #77440B
Tints of Raw Umber #77440B
RGB
CMYK
RGB Variations
Color information
#77440B (or 0x77440B) is known color: Raw Umber. HEX triplet: 77, 44 and 0B. RGB value is (119,68,11). Sum of RGB (Red+Green+Blue) = 119+68+11=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77440B is #88BBF4. Grayscale: #4D4D4D. Windows color (decimal): -8961013 or 738423. OLE color: 738423.
HSL color Cylindrical-coordinate representation of color #77440B: hue angle of 31.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77440B is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 11 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.53 |
| HSL | 31.67º | 0.83% | 0.25% | - |
| HSV(B) | 31.67º | 0.91% | 0.47% | - |
| XYZ | 9.74 | 8.08 | 1.36 | - |
| YUV | 76.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 11 | 0 | 0.43 | 0.91 | 0.53 | 31.67 | 0.83 | 0.25 |
| Hex | 77 | 44 | B | 0 | 2B | 5B | 35 | 20 | 53 | 19 |
| Octal | 167 | 104 | 13 | 0 | 53 | 133 | 65 | 40 | 123 | 31 |
| Binary | 1110111 | 1000100 | 1011 | 0 | 101011 | 1011011 | 110101 | 100000 | 1010011 | 11001 |
Color Harmonies of #77440B
Complementary color
Monochromatic Colors of #77440B
Black with #77440B
Text Example
Text Example
White with #77440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77440B; }
p { color: rgb(119,68,11); }
H1.HeaderClassName
{
color: #77440B;
}
.AnyTagClassName
{
color: #77440B;
}
</style>
background-color css
<style>
a { background-color: #77440B; }
a { background-color: rgb(119,68,11); }
div.DivClassName
{
background-color: #77440B;
}
.BgClassName
{
background-color: #77440B;
}
</style>
border-color css
<style>
span { border-color: #77440B; }
span { border-color: rgb(119,68,11); }
td.TdClassName
{
border-color: #77440B;
}
.TagClassName
{
border-color: #77440B;
}
</style>