Shades of Shingle Fawn #77583D
Tints of Shingle Fawn #77583D
RGB
CMYK
RGB Variations
Color information
#77583D (or 0x77583D) is known color: Shingle Fawn. HEX triplet: 77, 58 and 3D. RGB value is (119,88,61). Sum of RGB (Red+Green+Blue) = 119+88+61=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77583D is #88A7C2. Grayscale: #5E5E5E. Windows color (decimal): -8955843 or 4020343. OLE color: 4020343.
HSL color Cylindrical-coordinate representation of color #77583D: hue angle of 27.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77583D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 61 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.53 |
| HSL | 27.93º | 0.32% | 0.35% | - |
| HSV(B) | 27.93º | 0.49% | 0.47% | - |
| XYZ | 11.94 | 11.24 | 5.95 | - |
| YUV | 94.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 61 | 0 | 0.26 | 0.49 | 0.53 | 27.93 | 0.32 | 0.35 |
| Hex | 77 | 58 | 3D | 0 | 1A | 31 | 35 | 1C | 20 | 23 |
| Octal | 167 | 130 | 75 | 0 | 32 | 61 | 65 | 34 | 40 | 43 |
| Binary | 1110111 | 1011000 | 111101 | 0 | 11010 | 110001 | 110101 | 11100 | 100000 | 100011 |
Color Harmonies of #77583D
Complementary color
Monochromatic Colors of #77583D
Black with #77583D
Text Example
Text Example
White with #77583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77583D; }
p { color: rgb(119,88,61); }
H1.HeaderClassName
{
color: #77583D;
}
.AnyTagClassName
{
color: #77583D;
}
</style>
background-color css
<style>
a { background-color: #77583D; }
a { background-color: rgb(119,88,61); }
div.DivClassName
{
background-color: #77583D;
}
.BgClassName
{
background-color: #77583D;
}
</style>
border-color css
<style>
span { border-color: #77583D; }
span { border-color: rgb(119,88,61); }
td.TdClassName
{
border-color: #77583D;
}
.TagClassName
{
border-color: #77583D;
}
</style>