Shades of Japonica #C77856
Tints of Japonica #C77856
RGB
CMYK
RGB Variations
Color information
#C77856 (or 0xC77856) is known color: Japonica. HEX triplet: C7, 78 and 56. RGB value is (199,120,86). Sum of RGB (Red+Green+Blue) = 199+120+86=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C77856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77856 is #3887A9. Grayscale: #8B8B8B. Windows color (decimal): -3704746 or 5667015. OLE color: 5667015.
HSL color Cylindrical-coordinate representation of color #C77856: hue angle of 18.05º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C77856 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 86 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.22 |
| HSL | 18.05º | 0.5% | 0.56% | - |
| HSV(B) | 18.05º | 0.57% | 0.78% | - |
| XYZ | 31.95 | 26.25 | 12.19 | - |
| YUV | 139.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 86 | 0 | 0.40 | 0.57 | 0.22 | 18.05 | 0.5 | 0.56 |
| Hex | C7 | 78 | 56 | 0 | 28 | 39 | 16 | 12 | 32 | 38 |
| Octal | 307 | 170 | 126 | 0 | 50 | 71 | 26 | 22 | 62 | 70 |
| Binary | 11000111 | 1111000 | 1010110 | 0 | 101000 | 111001 | 10110 | 10010 | 110010 | 111000 |
Color Harmonies of #C77856
Complementary color
Monochromatic Colors of #C77856
Black with #C77856
Text Example
Text Example
White with #C77856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77856; }
p { color: rgb(199,120,86); }
H1.HeaderClassName
{
color: #C77856;
}
.AnyTagClassName
{
color: #C77856;
}
</style>
background-color css
<style>
a { background-color: #C77856; }
a { background-color: rgb(199,120,86); }
div.DivClassName
{
background-color: #C77856;
}
.BgClassName
{
background-color: #C77856;
}
</style>
border-color css
<style>
span { border-color: #C77856; }
span { border-color: rgb(199,120,86); }
td.TdClassName
{
border-color: #C77856;
}
.TagClassName
{
border-color: #C77856;
}
</style>