Shades of Shingle Fawn #77592F
Tints of Shingle Fawn #77592F
RGB
CMYK
RGB Variations
Color information
#77592F (or 0x77592F) is known color: Shingle Fawn. HEX triplet: 77, 59 and 2F. RGB value is (119,89,47). Sum of RGB (Red+Green+Blue) = 119+89+47=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77592F is #88A6D0. Grayscale: #5D5D5D. Windows color (decimal): -8955601 or 3103095. OLE color: 3103095.
HSL color Cylindrical-coordinate representation of color #77592F: hue angle of 35º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77592F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 47 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.53 |
| HSL | 35º | 0.43% | 0.33% | - |
| HSV(B) | 35º | 0.61% | 0.47% | - |
| XYZ | 11.69 | 11.27 | 4.25 | - |
| YUV | 93.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 47 | 0 | 0.25 | 0.61 | 0.53 | 35 | 0.43 | 0.33 |
| Hex | 77 | 59 | 2F | 0 | 19 | 3D | 35 | 23 | 2B | 21 |
| Octal | 167 | 131 | 57 | 0 | 31 | 75 | 65 | 43 | 53 | 41 |
| Binary | 1110111 | 1011001 | 101111 | 0 | 11001 | 111101 | 110101 | 100011 | 101011 | 100001 |
Color Harmonies of #77592F
Complementary color
Monochromatic Colors of #77592F
Black with #77592F
Text Example
Text Example
White with #77592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77592F; }
p { color: rgb(119,89,47); }
H1.HeaderClassName
{
color: #77592F;
}
.AnyTagClassName
{
color: #77592F;
}
</style>
background-color css
<style>
a { background-color: #77592F; }
a { background-color: rgb(119,89,47); }
div.DivClassName
{
background-color: #77592F;
}
.BgClassName
{
background-color: #77592F;
}
</style>
border-color css
<style>
span { border-color: #77592F; }
span { border-color: rgb(119,89,47); }
td.TdClassName
{
border-color: #77592F;
}
.TagClassName
{
border-color: #77592F;
}
</style>