Shades of Roman Coffee #7B695C
Tints of Roman Coffee #7B695C
RGB
CMYK
RGB Variations
Color information
#7B695C (or 0x7B695C) is known color: Roman Coffee. HEX triplet: 7B, 69 and 5C. RGB value is (123,105,92). Sum of RGB (Red+Green+Blue) = 123+105+92=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B695C is #8496A3. Grayscale: #6C6C6C. Windows color (decimal): -8689316 or 6056315. OLE color: 6056315.
HSL color Cylindrical-coordinate representation of color #7B695C: hue angle of 25.16º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B695C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 92 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.52 |
| HSL | 25.16º | 0.14% | 0.42% | - |
| HSV(B) | 25.16º | 0.25% | 0.48% | - |
| XYZ | 15.15 | 15.09 | 12.24 | - |
| YUV | 108.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 92 | 0 | 0.15 | 0.25 | 0.52 | 25.16 | 0.14 | 0.42 |
| Hex | 7B | 69 | 5C | 0 | F | 19 | 34 | 19 | E | 2A |
| Octal | 173 | 151 | 134 | 0 | 17 | 31 | 64 | 31 | 16 | 52 |
| Binary | 1111011 | 1101001 | 1011100 | 0 | 1111 | 11001 | 110100 | 11001 | 1110 | 101010 |
Color Harmonies of #7B695C
Complementary color
Monochromatic Colors of #7B695C
Black with #7B695C
Text Example
Text Example
White with #7B695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B695C; }
p { color: rgb(123,105,92); }
H1.HeaderClassName
{
color: #7B695C;
}
.AnyTagClassName
{
color: #7B695C;
}
</style>
background-color css
<style>
a { background-color: #7B695C; }
a { background-color: rgb(123,105,92); }
div.DivClassName
{
background-color: #7B695C;
}
.BgClassName
{
background-color: #7B695C;
}
</style>
border-color css
<style>
span { border-color: #7B695C; }
span { border-color: rgb(123,105,92); }
td.TdClassName
{
border-color: #7B695C;
}
.TagClassName
{
border-color: #7B695C;
}
</style>