Shades of Shingle Fawn #775D2F
Tints of Shingle Fawn #775D2F
RGB
CMYK
RGB Variations
Color information
#775D2F (or 0x775D2F) is known color: Shingle Fawn. HEX triplet: 77, 5D and 2F. RGB value is (119,93,47). Sum of RGB (Red+Green+Blue) = 119+93+47=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D2F is #88A2D0. Grayscale: #5F5F5F. Windows color (decimal): -8954577 or 3104119. OLE color: 3104119.
HSL color Cylindrical-coordinate representation of color #775D2F: hue angle of 38.33º 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 #775D2F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 47 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.53 |
| HSL | 38.33º | 0.43% | 0.33% | - |
| HSV(B) | 38.33º | 0.61% | 0.47% | - |
| XYZ | 12.04 | 11.96 | 4.36 | - |
| YUV | 95.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 47 | 0 | 0.22 | 0.61 | 0.53 | 38.33 | 0.43 | 0.33 |
| Hex | 77 | 5D | 2F | 0 | 16 | 3D | 35 | 26 | 2B | 21 |
| Octal | 167 | 135 | 57 | 0 | 26 | 75 | 65 | 46 | 53 | 41 |
| Binary | 1110111 | 1011101 | 101111 | 0 | 10110 | 111101 | 110101 | 100110 | 101011 | 100001 |
Color Harmonies of #775D2F
Complementary color
Monochromatic Colors of #775D2F
Black with #775D2F
Text Example
Text Example
White with #775D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D2F; }
p { color: rgb(119,93,47); }
H1.HeaderClassName
{
color: #775D2F;
}
.AnyTagClassName
{
color: #775D2F;
}
</style>
background-color css
<style>
a { background-color: #775D2F; }
a { background-color: rgb(119,93,47); }
div.DivClassName
{
background-color: #775D2F;
}
.BgClassName
{
background-color: #775D2F;
}
</style>
border-color css
<style>
span { border-color: #775D2F; }
span { border-color: rgb(119,93,47); }
td.TdClassName
{
border-color: #775D2F;
}
.TagClassName
{
border-color: #775D2F;
}
</style>