Shades of Japonica #C7785E
Tints of Japonica #C7785E
RGB
CMYK
RGB Variations
Color information
#C7785E (or 0xC7785E) is known color: Japonica. HEX triplet: C7, 78 and 5E. RGB value is (199,120,94). Sum of RGB (Red+Green+Blue) = 199+120+94=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7785E is #3887A1. Grayscale: #8C8C8C. Windows color (decimal): -3704738 or 6191303. OLE color: 6191303.
HSL color Cylindrical-coordinate representation of color #C7785E: hue angle of 14.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7785E is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 94 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.22 |
| HSL | 14.86º | 0.48% | 0.57% | - |
| HSV(B) | 14.86º | 0.53% | 0.78% | - |
| XYZ | 32.29 | 26.38 | 13.98 | - |
| YUV | 140.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 94 | 0 | 0.40 | 0.53 | 0.22 | 14.86 | 0.48 | 0.57 |
| Hex | C7 | 78 | 5E | 0 | 28 | 35 | 16 | F | 30 | 39 |
| Octal | 307 | 170 | 136 | 0 | 50 | 65 | 26 | 17 | 60 | 71 |
| Binary | 11000111 | 1111000 | 1011110 | 0 | 101000 | 110101 | 10110 | 1111 | 110000 | 111001 |
Color Harmonies of #C7785E
Complementary color
Monochromatic Colors of #C7785E
Black with #C7785E
Text Example
Text Example
White with #C7785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7785E; }
p { color: rgb(199,120,94); }
H1.HeaderClassName
{
color: #C7785E;
}
.AnyTagClassName
{
color: #C7785E;
}
</style>
background-color css
<style>
a { background-color: #C7785E; }
a { background-color: rgb(199,120,94); }
div.DivClassName
{
background-color: #C7785E;
}
.BgClassName
{
background-color: #C7785E;
}
</style>
border-color css
<style>
span { border-color: #C7785E; }
span { border-color: rgb(199,120,94); }
td.TdClassName
{
border-color: #C7785E;
}
.TagClassName
{
border-color: #C7785E;
}
</style>