Shades of Roman Coffee #7D675A
Tints of Roman Coffee #7D675A
RGB
CMYK
RGB Variations
Color information
#7D675A (or 0x7D675A) is known color: Roman Coffee. HEX triplet: 7D, 67 and 5A. RGB value is (125,103,90). Sum of RGB (Red+Green+Blue) = 125+103+90=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D675A is #8298A5. Grayscale: #6C6C6C. Windows color (decimal): -8558758 or 5924733. OLE color: 5924733.
HSL color Cylindrical-coordinate representation of color #7D675A: hue angle of 22.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D675A is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 90 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.51 |
| HSL | 22.29º | 0.16% | 0.42% | - |
| HSV(B) | 22.29º | 0.28% | 0.49% | - |
| XYZ | 15.15 | 14.8 | 11.73 | - |
| YUV | 108.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 90 | 0 | 0.18 | 0.28 | 0.51 | 22.29 | 0.16 | 0.42 |
| Hex | 7D | 67 | 5A | 0 | 12 | 1C | 33 | 16 | 10 | 2A |
| Octal | 175 | 147 | 132 | 0 | 22 | 34 | 63 | 26 | 20 | 52 |
| Binary | 1111101 | 1100111 | 1011010 | 0 | 10010 | 11100 | 110011 | 10110 | 10000 | 101010 |
Color Harmonies of #7D675A
Complementary color
Monochromatic Colors of #7D675A
Black with #7D675A
Text Example
Text Example
White with #7D675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D675A; }
p { color: rgb(125,103,90); }
H1.HeaderClassName
{
color: #7D675A;
}
.AnyTagClassName
{
color: #7D675A;
}
</style>
background-color css
<style>
a { background-color: #7D675A; }
a { background-color: rgb(125,103,90); }
div.DivClassName
{
background-color: #7D675A;
}
.BgClassName
{
background-color: #7D675A;
}
</style>
border-color css
<style>
span { border-color: #7D675A; }
span { border-color: rgb(125,103,90); }
td.TdClassName
{
border-color: #7D675A;
}
.TagClassName
{
border-color: #7D675A;
}
</style>