Shades of Japonica #C77857
Tints of Japonica #C77857
RGB
CMYK
RGB Variations
Color information
#C77857 (or 0xC77857) is known color: Japonica. HEX triplet: C7, 78 and 57. RGB value is (199,120,87). Sum of RGB (Red+Green+Blue) = 199+120+87=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C77857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77857 is #3887A8. Grayscale: #8C8C8C. Windows color (decimal): -3704745 or 5732551. OLE color: 5732551.
HSL color Cylindrical-coordinate representation of color #C77857: hue angle of 17.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C77857 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 87 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.22 |
| HSL | 17.68º | 0.5% | 0.56% | - |
| HSV(B) | 17.68º | 0.56% | 0.78% | - |
| XYZ | 31.99 | 26.26 | 12.4 | - |
| YUV | 139.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 87 | 0 | 0.40 | 0.56 | 0.22 | 17.68 | 0.5 | 0.56 |
| Hex | C7 | 78 | 57 | 0 | 28 | 38 | 16 | 12 | 32 | 38 |
| Octal | 307 | 170 | 127 | 0 | 50 | 70 | 26 | 22 | 62 | 70 |
| Binary | 11000111 | 1111000 | 1010111 | 0 | 101000 | 111000 | 10110 | 10010 | 110010 | 111000 |
Color Harmonies of #C77857
Complementary color
Monochromatic Colors of #C77857
Black with #C77857
Text Example
Text Example
White with #C77857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77857; }
p { color: rgb(199,120,87); }
H1.HeaderClassName
{
color: #C77857;
}
.AnyTagClassName
{
color: #C77857;
}
</style>
background-color css
<style>
a { background-color: #C77857; }
a { background-color: rgb(199,120,87); }
div.DivClassName
{
background-color: #C77857;
}
.BgClassName
{
background-color: #C77857;
}
</style>
border-color css
<style>
span { border-color: #C77857; }
span { border-color: rgb(199,120,87); }
td.TdClassName
{
border-color: #C77857;
}
.TagClassName
{
border-color: #C77857;
}
</style>