Shades of Japonica #C77C55
Tints of Japonica #C77C55
RGB
CMYK
RGB Variations
Color information
#C77C55 (or 0xC77C55) is known color: Japonica. HEX triplet: C7, 7C and 55. RGB value is (199,124,85). Sum of RGB (Red+Green+Blue) = 199+124+85=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C55 is #3883AA. Grayscale: #8E8E8E. Windows color (decimal): -3703723 or 5602503. OLE color: 5602503.
HSL color Cylindrical-coordinate representation of color #C77C55: hue angle of 20.53º 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 #C77C55 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 85 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.22 |
| HSL | 20.53º | 0.5% | 0.56% | - |
| HSV(B) | 20.53º | 0.57% | 0.78% | - |
| XYZ | 32.4 | 27.21 | 12.14 | - |
| YUV | 141.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 85 | 0 | 0.38 | 0.57 | 0.22 | 20.53 | 0.5 | 0.56 |
| Hex | C7 | 7C | 55 | 0 | 26 | 39 | 16 | 15 | 32 | 38 |
| Octal | 307 | 174 | 125 | 0 | 46 | 71 | 26 | 25 | 62 | 70 |
| Binary | 11000111 | 1111100 | 1010101 | 0 | 100110 | 111001 | 10110 | 10101 | 110010 | 111000 |
Color Harmonies of #C77C55
Complementary color
Monochromatic Colors of #C77C55
Black with #C77C55
Text Example
Text Example
White with #C77C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C55; }
p { color: rgb(199,124,85); }
H1.HeaderClassName
{
color: #C77C55;
}
.AnyTagClassName
{
color: #C77C55;
}
</style>
background-color css
<style>
a { background-color: #C77C55; }
a { background-color: rgb(199,124,85); }
div.DivClassName
{
background-color: #C77C55;
}
.BgClassName
{
background-color: #C77C55;
}
</style>
border-color css
<style>
span { border-color: #C77C55; }
span { border-color: rgb(199,124,85); }
td.TdClassName
{
border-color: #C77C55;
}
.TagClassName
{
border-color: #C77C55;
}
</style>