Shades of Shingle Fawn #785A3C
Tints of Shingle Fawn #785A3C
RGB
CMYK
RGB Variations
Color information
#785A3C (or 0x785A3C) is known color: Shingle Fawn. HEX triplet: 78, 5A and 3C. RGB value is (120,90,60). Sum of RGB (Red+Green+Blue) = 120+90+60=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A3C is #87A5C3. Grayscale: #5F5F5F. Windows color (decimal): -8889796 or 3955320. OLE color: 3955320.
HSL color Cylindrical-coordinate representation of color #785A3C: hue angle of 30º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785A3C is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 60 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.53 |
| HSL | 30º | 0.33% | 0.35% | - |
| HSV(B) | 30º | 0.5% | 0.47% | - |
| XYZ | 12.22 | 11.63 | 5.88 | - |
| YUV | 95.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 60 | 0 | 0.25 | 0.5 | 0.53 | 30 | 0.33 | 0.35 |
| Hex | 78 | 5A | 3C | 0 | 19 | 32 | 35 | 1E | 21 | 23 |
| Octal | 170 | 132 | 74 | 0 | 31 | 62 | 65 | 36 | 41 | 43 |
| Binary | 1111000 | 1011010 | 111100 | 0 | 11001 | 110010 | 110101 | 11110 | 100001 | 100011 |
Color Harmonies of #785A3C
Complementary color
Monochromatic Colors of #785A3C
Black with #785A3C
Text Example
Text Example
White with #785A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A3C; }
p { color: rgb(120,90,60); }
H1.HeaderClassName
{
color: #785A3C;
}
.AnyTagClassName
{
color: #785A3C;
}
</style>
background-color css
<style>
a { background-color: #785A3C; }
a { background-color: rgb(120,90,60); }
div.DivClassName
{
background-color: #785A3C;
}
.BgClassName
{
background-color: #785A3C;
}
</style>
border-color css
<style>
span { border-color: #785A3C; }
span { border-color: rgb(120,90,60); }
td.TdClassName
{
border-color: #785A3C;
}
.TagClassName
{
border-color: #785A3C;
}
</style>