Shades of Raw Umber #77530A
Tints of Raw Umber #77530A
RGB
CMYK
RGB Variations
Color information
#77530A (or 0x77530A) is known color: Raw Umber. HEX triplet: 77, 53 and 0A. RGB value is (119,83,10). Sum of RGB (Red+Green+Blue) = 119+83+10=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530A is #88ACF5. Grayscale: #555555. Windows color (decimal): -8957174 or 676727. OLE color: 676727.
HSL color Cylindrical-coordinate representation of color #77530A: hue angle of 40.18º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77530A is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 10 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.53 |
| HSL | 40.18º | 0.84% | 0.25% | - |
| HSV(B) | 40.18º | 0.92% | 0.47% | - |
| XYZ | 10.76 | 10.13 | 1.68 | - |
| YUV | 85.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 10 | 0 | 0.30 | 0.92 | 0.53 | 40.18 | 0.84 | 0.25 |
| Hex | 77 | 53 | A | 0 | 1E | 5C | 35 | 28 | 54 | 19 |
| Octal | 167 | 123 | 12 | 0 | 36 | 134 | 65 | 50 | 124 | 31 |
| Binary | 1110111 | 1010011 | 1010 | 0 | 11110 | 1011100 | 110101 | 101000 | 1010100 | 11001 |
Color Harmonies of #77530A
Complementary color
Monochromatic Colors of #77530A
Black with #77530A
Text Example
Text Example
White with #77530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77530A; }
p { color: rgb(119,83,10); }
H1.HeaderClassName
{
color: #77530A;
}
.AnyTagClassName
{
color: #77530A;
}
</style>
background-color css
<style>
a { background-color: #77530A; }
a { background-color: rgb(119,83,10); }
div.DivClassName
{
background-color: #77530A;
}
.BgClassName
{
background-color: #77530A;
}
</style>
border-color css
<style>
span { border-color: #77530A; }
span { border-color: rgb(119,83,10); }
td.TdClassName
{
border-color: #77530A;
}
.TagClassName
{
border-color: #77530A;
}
</style>