Shades of Raw Umber #775C12
Tints of Raw Umber #775C12
RGB
CMYK
RGB Variations
Color information
#775C12 (or 0x775C12) is known color: Raw Umber. HEX triplet: 77, 5C and 12. RGB value is (119,92,18). Sum of RGB (Red+Green+Blue) = 119+92+18=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #775C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C12 is #88A3ED. Grayscale: #5B5B5B. Windows color (decimal): -8954862 or 1203319. OLE color: 1203319.
HSL color Cylindrical-coordinate representation of color #775C12: hue angle of 43.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #775C12 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 18 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.53 |
| HSL | 43.96º | 0.74% | 0.27% | - |
| HSV(B) | 43.96º | 0.85% | 0.47% | - |
| XYZ | 11.54 | 11.62 | 2.21 | - |
| YUV | 91.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 18 | 0 | 0.23 | 0.85 | 0.53 | 43.96 | 0.74 | 0.27 |
| Hex | 77 | 5C | 12 | 0 | 17 | 55 | 35 | 2C | 4A | 1B |
| Octal | 167 | 134 | 22 | 0 | 27 | 125 | 65 | 54 | 112 | 33 |
| Binary | 1110111 | 1011100 | 10010 | 0 | 10111 | 1010101 | 110101 | 101100 | 1001010 | 11011 |
Color Harmonies of #775C12
Complementary color
Monochromatic Colors of #775C12
Black with #775C12
Text Example
Text Example
White with #775C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C12; }
p { color: rgb(119,92,18); }
H1.HeaderClassName
{
color: #775C12;
}
.AnyTagClassName
{
color: #775C12;
}
</style>
background-color css
<style>
a { background-color: #775C12; }
a { background-color: rgb(119,92,18); }
div.DivClassName
{
background-color: #775C12;
}
.BgClassName
{
background-color: #775C12;
}
</style>
border-color css
<style>
span { border-color: #775C12; }
span { border-color: rgb(119,92,18); }
td.TdClassName
{
border-color: #775C12;
}
.TagClassName
{
border-color: #775C12;
}
</style>