Shades of Japonica #CC7755
Tints of Japonica #CC7755
RGB
CMYK
RGB Variations
Color information
#CC7755 (or 0xCC7755) is known color: Japonica. HEX triplet: CC, 77 and 55. RGB value is (204,119,85). Sum of RGB (Red+Green+Blue) = 204+119+85=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7755 is #3388AA. Grayscale: #8C8C8C. Windows color (decimal): -3377323 or 5601228. OLE color: 5601228.
HSL color Cylindrical-coordinate representation of color #CC7755: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7755 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 85 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.2 |
| HSL | 17.14º | 0.54% | 0.57% | - |
| HSV(B) | 17.14º | 0.58% | 0.8% | - |
| XYZ | 33.14 | 26.69 | 12 | - |
| YUV | 140.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 85 | 0 | 0.42 | 0.58 | 0.2 | 17.14 | 0.54 | 0.57 |
| Hex | CC | 77 | 55 | 0 | 2A | 3A | 14 | 11 | 36 | 39 |
| Octal | 314 | 167 | 125 | 0 | 52 | 72 | 24 | 21 | 66 | 71 |
| Binary | 11001100 | 1110111 | 1010101 | 0 | 101010 | 111010 | 10100 | 10001 | 110110 | 111001 |
Color Harmonies of #CC7755
Complementary color
Monochromatic Colors of #CC7755
Black with #CC7755
Text Example
Text Example
White with #CC7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7755; }
p { color: rgb(204,119,85); }
H1.HeaderClassName
{
color: #CC7755;
}
.AnyTagClassName
{
color: #CC7755;
}
</style>
background-color css
<style>
a { background-color: #CC7755; }
a { background-color: rgb(204,119,85); }
div.DivClassName
{
background-color: #CC7755;
}
.BgClassName
{
background-color: #CC7755;
}
</style>
border-color css
<style>
span { border-color: #CC7755; }
span { border-color: rgb(204,119,85); }
td.TdClassName
{
border-color: #CC7755;
}
.TagClassName
{
border-color: #CC7755;
}
</style>