Shades of Shingle Fawn #775E34
Tints of Shingle Fawn #775E34
RGB
CMYK
RGB Variations
Color information
#775E34 (or 0x775E34) is known color: Shingle Fawn. HEX triplet: 77, 5E and 34. RGB value is (119,94,52). Sum of RGB (Red+Green+Blue) = 119+94+52=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E34 is #88A1CB. Grayscale: #606060. Windows color (decimal): -8954316 or 3432055. OLE color: 3432055.
HSL color Cylindrical-coordinate representation of color #775E34: hue angle of 37.61º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775E34 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 52 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.53 |
| HSL | 37.61º | 0.39% | 0.34% | - |
| HSV(B) | 37.61º | 0.56% | 0.47% | - |
| XYZ | 12.23 | 12.18 | 4.95 | - |
| YUV | 96.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 52 | 0 | 0.21 | 0.56 | 0.53 | 37.61 | 0.39 | 0.34 |
| Hex | 77 | 5E | 34 | 0 | 15 | 38 | 35 | 26 | 27 | 22 |
| Octal | 167 | 136 | 64 | 0 | 25 | 70 | 65 | 46 | 47 | 42 |
| Binary | 1110111 | 1011110 | 110100 | 0 | 10101 | 111000 | 110101 | 100110 | 100111 | 100010 |
Color Harmonies of #775E34
Complementary color
Monochromatic Colors of #775E34
Black with #775E34
Text Example
Text Example
White with #775E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E34; }
p { color: rgb(119,94,52); }
H1.HeaderClassName
{
color: #775E34;
}
.AnyTagClassName
{
color: #775E34;
}
</style>
background-color css
<style>
a { background-color: #775E34; }
a { background-color: rgb(119,94,52); }
div.DivClassName
{
background-color: #775E34;
}
.BgClassName
{
background-color: #775E34;
}
</style>
border-color css
<style>
span { border-color: #775E34; }
span { border-color: rgb(119,94,52); }
td.TdClassName
{
border-color: #775E34;
}
.TagClassName
{
border-color: #775E34;
}
</style>