Shades of Shingle Fawn #7B5A3A
Tints of Shingle Fawn #7B5A3A
RGB
CMYK
RGB Variations
Color information
#7B5A3A (or 0x7B5A3A) is known color: Shingle Fawn. HEX triplet: 7B, 5A and 3A. RGB value is (123,90,58). Sum of RGB (Red+Green+Blue) = 123+90+58=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5A3A is #84A5C5. Grayscale: #606060. Windows color (decimal): -8693190 or 3824251. OLE color: 3824251.
HSL color Cylindrical-coordinate representation of color #7B5A3A: hue angle of 29.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5A3A is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 90 | 58 | - |
CMYK | 0 | 0.27 | 0.53 | 0.52 |
HSL | 29.54º | 0.36% | 0.35% | - |
HSV(B) | 29.54º | 0.53% | 0.48% | - |
XYZ | 12.59 | 11.83 | 5.62 | - |
YUV | 96.22 | 106.43 | 147.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 90 | 58 | 0 | 0.27 | 0.53 | 0.52 | 29.54 | 0.36 | 0.35 |
Hex | 7B | 5A | 3A | 0 | 1B | 35 | 34 | 1E | 24 | 23 |
Octal | 173 | 132 | 72 | 0 | 33 | 65 | 64 | 36 | 44 | 43 |
Binary | 1111011 | 1011010 | 111010 | 0 | 11011 | 110101 | 110100 | 11110 | 100100 | 100011 |
Color Harmonies of #7B5A3A
Complementary color
Monochromatic Colors of #7B5A3A
Black with #7B5A3A
Text Example
Text Example
White with #7B5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A3A; }
p { color: rgb(123,90,58); }
H1.HeaderClassName
{
color: #7B5A3A;
}
.AnyTagClassName
{
color: #7B5A3A;
}
</style>
background-color css
<style>
a { background-color: #7B5A3A; }
a { background-color: rgb(123,90,58); }
div.DivClassName
{
background-color: #7B5A3A;
}
.BgClassName
{
background-color: #7B5A3A;
}
</style>
border-color css
<style>
span { border-color: #7B5A3A; }
span { border-color: rgb(123,90,58); }
td.TdClassName
{
border-color: #7B5A3A;
}
.TagClassName
{
border-color: #7B5A3A;
}
</style>