Shades of Shingle Fawn #785F42
Tints of Shingle Fawn #785F42
RGB
CMYK
RGB Variations
Color information
#785F42 (or 0x785F42) is known color: Shingle Fawn. HEX triplet: 78, 5F and 42. RGB value is (120,95,66). Sum of RGB (Red+Green+Blue) = 120+95+66=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F42 is #87A0BD. Grayscale: #636363. Windows color (decimal): -8888510 or 4349816. OLE color: 4349816.
HSL color Cylindrical-coordinate representation of color #785F42: hue angle of 32.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785F42 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 66 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.53 |
| HSL | 32.22º | 0.29% | 0.36% | - |
| HSV(B) | 32.22º | 0.45% | 0.47% | - |
| XYZ | 12.82 | 12.57 | 6.9 | - |
| YUV | 99.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 66 | 0 | 0.21 | 0.45 | 0.53 | 32.22 | 0.29 | 0.36 |
| Hex | 78 | 5F | 42 | 0 | 15 | 2D | 35 | 20 | 1D | 24 |
| Octal | 170 | 137 | 102 | 0 | 25 | 55 | 65 | 40 | 35 | 44 |
| Binary | 1111000 | 1011111 | 1000010 | 0 | 10101 | 101101 | 110101 | 100000 | 11101 | 100100 |
Color Harmonies of #785F42
Complementary color
Monochromatic Colors of #785F42
Black with #785F42
Text Example
Text Example
White with #785F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F42; }
p { color: rgb(120,95,66); }
H1.HeaderClassName
{
color: #785F42;
}
.AnyTagClassName
{
color: #785F42;
}
</style>
background-color css
<style>
a { background-color: #785F42; }
a { background-color: rgb(120,95,66); }
div.DivClassName
{
background-color: #785F42;
}
.BgClassName
{
background-color: #785F42;
}
</style>
border-color css
<style>
span { border-color: #785F42; }
span { border-color: rgb(120,95,66); }
td.TdClassName
{
border-color: #785F42;
}
.TagClassName
{
border-color: #785F42;
}
</style>