Shades of Raw Umber #77541C
Tints of Raw Umber #77541C
RGB
CMYK
RGB Variations
Color information
#77541C (or 0x77541C) is known color: Raw Umber. HEX triplet: 77, 54 and 1C. RGB value is (119,84,28). Sum of RGB (Red+Green+Blue) = 119+84+28=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77541C is #88ABE3. Grayscale: #585858. Windows color (decimal): -8956900 or 1856631. OLE color: 1856631.
HSL color Cylindrical-coordinate representation of color #77541C: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77541C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 28 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.53 |
| HSL | 36.92º | 0.62% | 0.29% | - |
| HSV(B) | 36.92º | 0.76% | 0.47% | - |
| XYZ | 10.99 | 10.35 | 2.52 | - |
| YUV | 88.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 28 | 0 | 0.29 | 0.76 | 0.53 | 36.92 | 0.62 | 0.29 |
| Hex | 77 | 54 | 1C | 0 | 1D | 4C | 35 | 25 | 3E | 1D |
| Octal | 167 | 124 | 34 | 0 | 35 | 114 | 65 | 45 | 76 | 35 |
| Binary | 1110111 | 1010100 | 11100 | 0 | 11101 | 1001100 | 110101 | 100101 | 111110 | 11101 |
Color Harmonies of #77541C
Complementary color
Monochromatic Colors of #77541C
Black with #77541C
Text Example
Text Example
White with #77541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77541C; }
p { color: rgb(119,84,28); }
H1.HeaderClassName
{
color: #77541C;
}
.AnyTagClassName
{
color: #77541C;
}
</style>
background-color css
<style>
a { background-color: #77541C; }
a { background-color: rgb(119,84,28); }
div.DivClassName
{
background-color: #77541C;
}
.BgClassName
{
background-color: #77541C;
}
</style>
border-color css
<style>
span { border-color: #77541C; }
span { border-color: rgb(119,84,28); }
td.TdClassName
{
border-color: #77541C;
}
.TagClassName
{
border-color: #77541C;
}
</style>