Shades of Japonica #C77A60
Tints of Japonica #C77A60
RGB
CMYK
RGB Variations
Color information
#C77A60 (or 0xC77A60) is known color: Japonica. HEX triplet: C7, 7A and 60. RGB value is (199,122,96). Sum of RGB (Red+Green+Blue) = 199+122+96=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A60 is #38859F. Grayscale: #8E8E8E. Windows color (decimal): -3704224 or 6322887. OLE color: 6322887.
HSL color Cylindrical-coordinate representation of color #C77A60: hue angle of 15.15º 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 #C77A60 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 96 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.22 |
| HSL | 15.15º | 0.48% | 0.58% | - |
| HSV(B) | 15.15º | 0.52% | 0.78% | - |
| XYZ | 32.62 | 26.91 | 14.54 | - |
| YUV | 142.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 96 | 0 | 0.39 | 0.52 | 0.22 | 15.15 | 0.48 | 0.58 |
| Hex | C7 | 7A | 60 | 0 | 27 | 34 | 16 | F | 30 | 3A |
| Octal | 307 | 172 | 140 | 0 | 47 | 64 | 26 | 17 | 60 | 72 |
| Binary | 11000111 | 1111010 | 1100000 | 0 | 100111 | 110100 | 10110 | 1111 | 110000 | 111010 |
Color Harmonies of #C77A60
Complementary color
Monochromatic Colors of #C77A60
Black with #C77A60
Text Example
Text Example
White with #C77A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A60; }
p { color: rgb(199,122,96); }
H1.HeaderClassName
{
color: #C77A60;
}
.AnyTagClassName
{
color: #C77A60;
}
</style>
background-color css
<style>
a { background-color: #C77A60; }
a { background-color: rgb(199,122,96); }
div.DivClassName
{
background-color: #C77A60;
}
.BgClassName
{
background-color: #C77A60;
}
</style>
border-color css
<style>
span { border-color: #C77A60; }
span { border-color: rgb(199,122,96); }
td.TdClassName
{
border-color: #C77A60;
}
.TagClassName
{
border-color: #C77A60;
}
</style>