Shades of Roman Coffee #7D6953
Tints of Roman Coffee #7D6953
RGB
CMYK
RGB Variations
Color information
#7D6953 (or 0x7D6953) is known color: Roman Coffee. HEX triplet: 7D, 69 and 53. RGB value is (125,105,83). Sum of RGB (Red+Green+Blue) = 125+105+83=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6953 is #8296AC. Grayscale: #6C6C6C. Windows color (decimal): -8558253 or 5466493. OLE color: 5466493.
HSL color Cylindrical-coordinate representation of color #7D6953: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D6953 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 83 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.51 |
| HSL | 31.43º | 0.2% | 0.41% | - |
| HSV(B) | 31.43º | 0.34% | 0.49% | - |
| XYZ | 15.07 | 15.09 | 10.3 | - |
| YUV | 108.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 83 | 0 | 0.16 | 0.34 | 0.51 | 31.43 | 0.2 | 0.41 |
| Hex | 7D | 69 | 53 | 0 | 10 | 22 | 33 | 1F | 14 | 29 |
| Octal | 175 | 151 | 123 | 0 | 20 | 42 | 63 | 37 | 24 | 51 |
| Binary | 1111101 | 1101001 | 1010011 | 0 | 10000 | 100010 | 110011 | 11111 | 10100 | 101001 |
Color Harmonies of #7D6953
Complementary color
Monochromatic Colors of #7D6953
Black with #7D6953
Text Example
Text Example
White with #7D6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6953; }
p { color: rgb(125,105,83); }
H1.HeaderClassName
{
color: #7D6953;
}
.AnyTagClassName
{
color: #7D6953;
}
</style>
background-color css
<style>
a { background-color: #7D6953; }
a { background-color: rgb(125,105,83); }
div.DivClassName
{
background-color: #7D6953;
}
.BgClassName
{
background-color: #7D6953;
}
</style>
border-color css
<style>
span { border-color: #7D6953; }
span { border-color: rgb(125,105,83); }
td.TdClassName
{
border-color: #7D6953;
}
.TagClassName
{
border-color: #7D6953;
}
</style>