Shades of Japonica #C77860
Tints of Japonica #C77860
RGB
CMYK
RGB Variations
Color information
#C77860 (or 0xC77860) is known color: Japonica. HEX triplet: C7, 78 and 60. RGB value is (199,120,96). Sum of RGB (Red+Green+Blue) = 199+120+96=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77860 is #38879F. Grayscale: #8D8D8D. Windows color (decimal): -3704736 or 6322375. OLE color: 6322375.
HSL color Cylindrical-coordinate representation of color #C77860: hue angle of 13.98º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77860 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 96 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.22 |
| HSL | 13.98º | 0.48% | 0.58% | - |
| HSV(B) | 13.98º | 0.52% | 0.78% | - |
| XYZ | 32.38 | 26.42 | 14.46 | - |
| YUV | 140.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 96 | 0 | 0.40 | 0.52 | 0.22 | 13.98 | 0.48 | 0.58 |
| Hex | C7 | 78 | 60 | 0 | 28 | 34 | 16 | E | 30 | 3A |
| Octal | 307 | 170 | 140 | 0 | 50 | 64 | 26 | 16 | 60 | 72 |
| Binary | 11000111 | 1111000 | 1100000 | 0 | 101000 | 110100 | 10110 | 1110 | 110000 | 111010 |
Color Harmonies of #C77860
Complementary color
Monochromatic Colors of #C77860
Black with #C77860
Text Example
Text Example
White with #C77860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77860; }
p { color: rgb(199,120,96); }
H1.HeaderClassName
{
color: #C77860;
}
.AnyTagClassName
{
color: #C77860;
}
</style>
background-color css
<style>
a { background-color: #C77860; }
a { background-color: rgb(199,120,96); }
div.DivClassName
{
background-color: #C77860;
}
.BgClassName
{
background-color: #C77860;
}
</style>
border-color css
<style>
span { border-color: #C77860; }
span { border-color: rgb(199,120,96); }
td.TdClassName
{
border-color: #C77860;
}
.TagClassName
{
border-color: #C77860;
}
</style>