Shades of Japonica #CC7759
Tints of Japonica #CC7759
RGB
CMYK
RGB Variations
Color information
#CC7759 (or 0xCC7759) is known color: Japonica. HEX triplet: CC, 77 and 59. RGB value is (204,119,89). Sum of RGB (Red+Green+Blue) = 204+119+89=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7759 is #3388A6. Grayscale: #8D8D8D. Windows color (decimal): -3377319 or 5863372. OLE color: 5863372.
HSL color Cylindrical-coordinate representation of color #CC7759: hue angle of 15.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC7759 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 89 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.2 |
| HSL | 15.65º | 0.53% | 0.57% | - |
| HSV(B) | 15.65º | 0.56% | 0.8% | - |
| XYZ | 33.3 | 26.75 | 12.86 | - |
| YUV | 141 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 89 | 0 | 0.42 | 0.56 | 0.2 | 15.65 | 0.53 | 0.57 |
| Hex | CC | 77 | 59 | 0 | 2A | 38 | 14 | 10 | 35 | 39 |
| Octal | 314 | 167 | 131 | 0 | 52 | 70 | 24 | 20 | 65 | 71 |
| Binary | 11001100 | 1110111 | 1011001 | 0 | 101010 | 111000 | 10100 | 10000 | 110101 | 111001 |
Color Harmonies of #CC7759
Complementary color
Monochromatic Colors of #CC7759
Black with #CC7759
Text Example
Text Example
White with #CC7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7759; }
p { color: rgb(204,119,89); }
H1.HeaderClassName
{
color: #CC7759;
}
.AnyTagClassName
{
color: #CC7759;
}
</style>
background-color css
<style>
a { background-color: #CC7759; }
a { background-color: rgb(204,119,89); }
div.DivClassName
{
background-color: #CC7759;
}
.BgClassName
{
background-color: #CC7759;
}
</style>
border-color css
<style>
span { border-color: #CC7759; }
span { border-color: rgb(204,119,89); }
td.TdClassName
{
border-color: #CC7759;
}
.TagClassName
{
border-color: #CC7759;
}
</style>