Shades of Russett #7B655A
Tints of Russett #7B655A
RGB
CMYK
RGB Variations
Color information
#7B655A (or 0x7B655A) is known color: Russett. HEX triplet: 7B, 65 and 5A. RGB value is (123,101,90). Sum of RGB (Red+Green+Blue) = 123+101+90=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B655A is #849AA5. Grayscale: #6A6A6A. Windows color (decimal): -8690342 or 5924219. OLE color: 5924219.
HSL color Cylindrical-coordinate representation of color #7B655A: hue angle of 20º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B655A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 90 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.52 |
| HSL | 20º | 0.15% | 0.42% | - |
| HSV(B) | 20º | 0.27% | 0.48% | - |
| XYZ | 14.67 | 14.26 | 11.65 | - |
| YUV | 106.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 90 | 0 | 0.18 | 0.27 | 0.52 | 20 | 0.15 | 0.42 |
| Hex | 7B | 65 | 5A | 0 | 12 | 1B | 34 | 14 | F | 2A |
| Octal | 173 | 145 | 132 | 0 | 22 | 33 | 64 | 24 | 17 | 52 |
| Binary | 1111011 | 1100101 | 1011010 | 0 | 10010 | 11011 | 110100 | 10100 | 1111 | 101010 |
Color Harmonies of #7B655A
Complementary color
Monochromatic Colors of #7B655A
Black with #7B655A
Text Example
Text Example
White with #7B655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B655A; }
p { color: rgb(123,101,90); }
H1.HeaderClassName
{
color: #7B655A;
}
.AnyTagClassName
{
color: #7B655A;
}
</style>
background-color css
<style>
a { background-color: #7B655A; }
a { background-color: rgb(123,101,90); }
div.DivClassName
{
background-color: #7B655A;
}
.BgClassName
{
background-color: #7B655A;
}
</style>
border-color css
<style>
span { border-color: #7B655A; }
span { border-color: rgb(123,101,90); }
td.TdClassName
{
border-color: #7B655A;
}
.TagClassName
{
border-color: #7B655A;
}
</style>