Shades of Roman Coffee #75685F
Tints of Roman Coffee #75685F
RGB
CMYK
RGB Variations
Color information
#75685F (or 0x75685F) is known color: Roman Coffee. HEX triplet: 75, 68 and 5F. RGB value is (117,104,95). Sum of RGB (Red+Green+Blue) = 117+104+95=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #75685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685F is #8A97A0. Grayscale: #6A6A6A. Windows color (decimal): -9082785 or 6252661. OLE color: 6252661.
HSL color Cylindrical-coordinate representation of color #75685F: hue angle of 24.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75685F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 95 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.54 |
| HSL | 24.55º | 0.1% | 0.42% | - |
| HSV(B) | 24.55º | 0.19% | 0.46% | - |
| XYZ | 14.35 | 14.51 | 12.87 | - |
| YUV | 106.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 95 | 0 | 0.11 | 0.19 | 0.54 | 24.55 | 0.1 | 0.42 |
| Hex | 75 | 68 | 5F | 0 | B | 13 | 36 | 19 | A | 2A |
| Octal | 165 | 150 | 137 | 0 | 13 | 23 | 66 | 31 | 12 | 52 |
| Binary | 1110101 | 1101000 | 1011111 | 0 | 1011 | 10011 | 110110 | 11001 | 1010 | 101010 |
Color Harmonies of #75685F
Complementary color
Monochromatic Colors of #75685F
Black with #75685F
Text Example
Text Example
White with #75685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75685F; }
p { color: rgb(117,104,95); }
H1.HeaderClassName
{
color: #75685F;
}
.AnyTagClassName
{
color: #75685F;
}
</style>
background-color css
<style>
a { background-color: #75685F; }
a { background-color: rgb(117,104,95); }
div.DivClassName
{
background-color: #75685F;
}
.BgClassName
{
background-color: #75685F;
}
</style>
border-color css
<style>
span { border-color: #75685F; }
span { border-color: rgb(117,104,95); }
td.TdClassName
{
border-color: #75685F;
}
.TagClassName
{
border-color: #75685F;
}
</style>