Shades of Russett #7B655B
Tints of Russett #7B655B
RGB
CMYK
RGB Variations
Color information
#7B655B (or 0x7B655B) is known color: Russett. HEX triplet: 7B, 65 and 5B. RGB value is (123,101,91). Sum of RGB (Red+Green+Blue) = 123+101+91=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B655B is #849AA4. Grayscale: #6A6A6A. Windows color (decimal): -8690341 or 5989755. OLE color: 5989755.
HSL color Cylindrical-coordinate representation of color #7B655B: hue angle of 18.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B655B is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 91 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.52 |
| HSL | 18.75º | 0.15% | 0.42% | - |
| HSV(B) | 18.75º | 0.26% | 0.48% | - |
| XYZ | 14.71 | 14.27 | 11.88 | - |
| YUV | 106.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 91 | 0 | 0.18 | 0.26 | 0.52 | 18.75 | 0.15 | 0.42 |
| Hex | 7B | 65 | 5B | 0 | 12 | 1A | 34 | 13 | F | 2A |
| Octal | 173 | 145 | 133 | 0 | 22 | 32 | 64 | 23 | 17 | 52 |
| Binary | 1111011 | 1100101 | 1011011 | 0 | 10010 | 11010 | 110100 | 10011 | 1111 | 101010 |
Color Harmonies of #7B655B
Complementary color
Monochromatic Colors of #7B655B
Black with #7B655B
Text Example
Text Example
White with #7B655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B655B; }
p { color: rgb(123,101,91); }
H1.HeaderClassName
{
color: #7B655B;
}
.AnyTagClassName
{
color: #7B655B;
}
</style>
background-color css
<style>
a { background-color: #7B655B; }
a { background-color: rgb(123,101,91); }
div.DivClassName
{
background-color: #7B655B;
}
.BgClassName
{
background-color: #7B655B;
}
</style>
border-color css
<style>
span { border-color: #7B655B; }
span { border-color: rgb(123,101,91); }
td.TdClassName
{
border-color: #7B655B;
}
.TagClassName
{
border-color: #7B655B;
}
</style>