Shades of Raw Umber #77530B
Tints of Raw Umber #77530B
RGB
CMYK
RGB Variations
Color information
#77530B (or 0x77530B) is known color: Raw Umber. HEX triplet: 77, 53 and 0B. RGB value is (119,83,11). Sum of RGB (Red+Green+Blue) = 119+83+11=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530B is #88ACF4. Grayscale: #555555. Windows color (decimal): -8957173 or 742263. OLE color: 742263.
HSL color Cylindrical-coordinate representation of color #77530B: hue angle of 40º 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 #77530B is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 11 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.53 |
| HSL | 40º | 0.83% | 0.25% | - |
| HSV(B) | 40º | 0.91% | 0.47% | - |
| XYZ | 10.76 | 10.13 | 1.71 | - |
| YUV | 85.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 11 | 0 | 0.30 | 0.91 | 0.53 | 40 | 0.83 | 0.25 |
| Hex | 77 | 53 | B | 0 | 1E | 5B | 35 | 28 | 53 | 19 |
| Octal | 167 | 123 | 13 | 0 | 36 | 133 | 65 | 50 | 123 | 31 |
| Binary | 1110111 | 1010011 | 1011 | 0 | 11110 | 1011011 | 110101 | 101000 | 1010011 | 11001 |
Color Harmonies of #77530B
Complementary color
Monochromatic Colors of #77530B
Black with #77530B
Text Example
Text Example
White with #77530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77530B; }
p { color: rgb(119,83,11); }
H1.HeaderClassName
{
color: #77530B;
}
.AnyTagClassName
{
color: #77530B;
}
</style>
background-color css
<style>
a { background-color: #77530B; }
a { background-color: rgb(119,83,11); }
div.DivClassName
{
background-color: #77530B;
}
.BgClassName
{
background-color: #77530B;
}
</style>
border-color css
<style>
span { border-color: #77530B; }
span { border-color: rgb(119,83,11); }
td.TdClassName
{
border-color: #77530B;
}
.TagClassName
{
border-color: #77530B;
}
</style>