Shades of Shingle Fawn #7B5C34
Tints of Shingle Fawn #7B5C34
RGB
CMYK
RGB Variations
Color information
#7B5C34 (or 0x7B5C34) is known color: Shingle Fawn. HEX triplet: 7B, 5C and 34. RGB value is (123,92,52). Sum of RGB (Red+Green+Blue) = 123+92+52=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5C34 is #84A3CB. Grayscale: #606060. Windows color (decimal): -8692684 or 3431547. OLE color: 3431547.
HSL color Cylindrical-coordinate representation of color #7B5C34: hue angle of 33.8º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5C34 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 52 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.52 |
| HSL | 33.8º | 0.41% | 0.34% | - |
| HSV(B) | 33.8º | 0.58% | 0.48% | - |
| XYZ | 12.62 | 12.11 | 4.92 | - |
| YUV | 96.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 52 | 0 | 0.25 | 0.58 | 0.52 | 33.8 | 0.41 | 0.34 |
| Hex | 7B | 5C | 34 | 0 | 19 | 3A | 34 | 22 | 29 | 22 |
| Octal | 173 | 134 | 64 | 0 | 31 | 72 | 64 | 42 | 51 | 42 |
| Binary | 1111011 | 1011100 | 110100 | 0 | 11001 | 111010 | 110100 | 100010 | 101001 | 100010 |
Color Harmonies of #7B5C34
Complementary color
Monochromatic Colors of #7B5C34
Black with #7B5C34
Text Example
Text Example
White with #7B5C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C34; }
p { color: rgb(123,92,52); }
H1.HeaderClassName
{
color: #7B5C34;
}
.AnyTagClassName
{
color: #7B5C34;
}
</style>
background-color css
<style>
a { background-color: #7B5C34; }
a { background-color: rgb(123,92,52); }
div.DivClassName
{
background-color: #7B5C34;
}
.BgClassName
{
background-color: #7B5C34;
}
</style>
border-color css
<style>
span { border-color: #7B5C34; }
span { border-color: rgb(123,92,52); }
td.TdClassName
{
border-color: #7B5C34;
}
.TagClassName
{
border-color: #7B5C34;
}
</style>