Shades of Shingle Fawn #775C34
Tints of Shingle Fawn #775C34
RGB
CMYK
RGB Variations
Color information
#775C34 (or 0x775C34) is known color: Shingle Fawn. HEX triplet: 77, 5C and 34. RGB value is (119,92,52). Sum of RGB (Red+Green+Blue) = 119+92+52=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C34 is #88A3CB. Grayscale: #5F5F5F. Windows color (decimal): -8954828 or 3431543. OLE color: 3431543.
HSL color Cylindrical-coordinate representation of color #775C34: hue angle of 35.82º 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 #775C34 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 52 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.53 |
| HSL | 35.82º | 0.39% | 0.34% | - |
| HSV(B) | 35.82º | 0.56% | 0.47% | - |
| XYZ | 12.05 | 11.82 | 4.9 | - |
| YUV | 95.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 52 | 0 | 0.23 | 0.56 | 0.53 | 35.82 | 0.39 | 0.34 |
| Hex | 77 | 5C | 34 | 0 | 17 | 38 | 35 | 24 | 27 | 22 |
| Octal | 167 | 134 | 64 | 0 | 27 | 70 | 65 | 44 | 47 | 42 |
| Binary | 1110111 | 1011100 | 110100 | 0 | 10111 | 111000 | 110101 | 100100 | 100111 | 100010 |
Color Harmonies of #775C34
Complementary color
Monochromatic Colors of #775C34
Black with #775C34
Text Example
Text Example
White with #775C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C34; }
p { color: rgb(119,92,52); }
H1.HeaderClassName
{
color: #775C34;
}
.AnyTagClassName
{
color: #775C34;
}
</style>
background-color css
<style>
a { background-color: #775C34; }
a { background-color: rgb(119,92,52); }
div.DivClassName
{
background-color: #775C34;
}
.BgClassName
{
background-color: #775C34;
}
</style>
border-color css
<style>
span { border-color: #775C34; }
span { border-color: rgb(119,92,52); }
td.TdClassName
{
border-color: #775C34;
}
.TagClassName
{
border-color: #775C34;
}
</style>