Shades of Raw Umber #775C07
Tints of Raw Umber #775C07
RGB
CMYK
RGB Variations
Color information
#775C07 (or 0x775C07) is known color: Raw Umber. HEX triplet: 77, 5C and 07. RGB value is (119,92,7). Sum of RGB (Red+Green+Blue) = 119+92+7=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #775C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C07 is #88A3F8. Grayscale: #5A5A5A. Windows color (decimal): -8954873 or 482423. OLE color: 482423.
HSL color Cylindrical-coordinate representation of color #775C07: hue angle of 45.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #775C07 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 7 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.53 |
| HSL | 45.54º | 0.89% | 0.25% | - |
| HSV(B) | 45.54º | 0.94% | 0.47% | - |
| XYZ | 11.47 | 11.59 | 1.83 | - |
| YUV | 90.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 7 | 0 | 0.23 | 0.94 | 0.53 | 45.54 | 0.89 | 0.25 |
| Hex | 77 | 5C | 7 | 0 | 17 | 5E | 35 | 2E | 59 | 19 |
| Octal | 167 | 134 | 7 | 0 | 27 | 136 | 65 | 56 | 131 | 31 |
| Binary | 1110111 | 1011100 | 111 | 0 | 10111 | 1011110 | 110101 | 101110 | 1011001 | 11001 |
Color Harmonies of #775C07
Complementary color
Monochromatic Colors of #775C07
Black with #775C07
Text Example
Text Example
White with #775C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C07; }
p { color: rgb(119,92,7); }
H1.HeaderClassName
{
color: #775C07;
}
.AnyTagClassName
{
color: #775C07;
}
</style>
background-color css
<style>
a { background-color: #775C07; }
a { background-color: rgb(119,92,7); }
div.DivClassName
{
background-color: #775C07;
}
.BgClassName
{
background-color: #775C07;
}
</style>
border-color css
<style>
span { border-color: #775C07; }
span { border-color: rgb(119,92,7); }
td.TdClassName
{
border-color: #775C07;
}
.TagClassName
{
border-color: #775C07;
}
</style>