Shades of Japonica #C77A55
Tints of Japonica #C77A55
RGB
CMYK
RGB Variations
Color information
#C77A55 (or 0xC77A55) is known color: Japonica. HEX triplet: C7, 7A and 55. RGB value is (199,122,85). Sum of RGB (Red+Green+Blue) = 199+122+85=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A55 is #3885AA. Grayscale: #8D8D8D. Windows color (decimal): -3704235 or 5601991. OLE color: 5601991.
HSL color Cylindrical-coordinate representation of color #C77A55: hue angle of 19.47º 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 #C77A55 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 85 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.22 |
| HSL | 19.47º | 0.5% | 0.56% | - |
| HSV(B) | 19.47º | 0.57% | 0.78% | - |
| XYZ | 32.15 | 26.72 | 12.06 | - |
| YUV | 140.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 85 | 0 | 0.39 | 0.57 | 0.22 | 19.47 | 0.5 | 0.56 |
| Hex | C7 | 7A | 55 | 0 | 27 | 39 | 16 | 13 | 32 | 38 |
| Octal | 307 | 172 | 125 | 0 | 47 | 71 | 26 | 23 | 62 | 70 |
| Binary | 11000111 | 1111010 | 1010101 | 0 | 100111 | 111001 | 10110 | 10011 | 110010 | 111000 |
Color Harmonies of #C77A55
Complementary color
Monochromatic Colors of #C77A55
Black with #C77A55
Text Example
Text Example
White with #C77A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A55; }
p { color: rgb(199,122,85); }
H1.HeaderClassName
{
color: #C77A55;
}
.AnyTagClassName
{
color: #C77A55;
}
</style>
background-color css
<style>
a { background-color: #C77A55; }
a { background-color: rgb(199,122,85); }
div.DivClassName
{
background-color: #C77A55;
}
.BgClassName
{
background-color: #C77A55;
}
</style>
border-color css
<style>
span { border-color: #C77A55; }
span { border-color: rgb(199,122,85); }
td.TdClassName
{
border-color: #C77A55;
}
.TagClassName
{
border-color: #C77A55;
}
</style>