Shades of Raw Umber #77430B
Tints of Raw Umber #77430B
RGB
CMYK
RGB Variations
Color information
#77430B (or 0x77430B) is known color: Raw Umber. HEX triplet: 77, 43 and 0B. RGB value is (119,67,11). Sum of RGB (Red+Green+Blue) = 119+67+11=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77430B is #88BCF4. Grayscale: #4C4C4C. Windows color (decimal): -8961269 or 738167. OLE color: 738167.
HSL color Cylindrical-coordinate representation of color #77430B: hue angle of 31.11º 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 #77430B is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 11 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.53 |
| HSL | 31.11º | 0.83% | 0.25% | - |
| HSV(B) | 31.11º | 0.91% | 0.47% | - |
| XYZ | 9.68 | 7.96 | 1.34 | - |
| YUV | 76.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 11 | 0 | 0.44 | 0.91 | 0.53 | 31.11 | 0.83 | 0.25 |
| Hex | 77 | 43 | B | 0 | 2C | 5B | 35 | 1F | 53 | 19 |
| Octal | 167 | 103 | 13 | 0 | 54 | 133 | 65 | 37 | 123 | 31 |
| Binary | 1110111 | 1000011 | 1011 | 0 | 101100 | 1011011 | 110101 | 11111 | 1010011 | 11001 |
Color Harmonies of #77430B
Complementary color
Monochromatic Colors of #77430B
Black with #77430B
Text Example
Text Example
White with #77430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77430B; }
p { color: rgb(119,67,11); }
H1.HeaderClassName
{
color: #77430B;
}
.AnyTagClassName
{
color: #77430B;
}
</style>
background-color css
<style>
a { background-color: #77430B; }
a { background-color: rgb(119,67,11); }
div.DivClassName
{
background-color: #77430B;
}
.BgClassName
{
background-color: #77430B;
}
</style>
border-color css
<style>
span { border-color: #77430B; }
span { border-color: rgb(119,67,11); }
td.TdClassName
{
border-color: #77430B;
}
.TagClassName
{
border-color: #77430B;
}
</style>