Shades of Japonica #C7765E
Tints of Japonica #C7765E
RGB
CMYK
RGB Variations
Color information
#C7765E (or 0xC7765E) is known color: Japonica. HEX triplet: C7, 76 and 5E. RGB value is (199,118,94). Sum of RGB (Red+Green+Blue) = 199+118+94=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7765E is #3889A1. Grayscale: #8B8B8B. Windows color (decimal): -3705250 or 6190791. OLE color: 6190791.
HSL color Cylindrical-coordinate representation of color #C7765E: hue angle of 13.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7765E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.22 |
| HSL | 13.71º | 0.48% | 0.57% | - |
| HSV(B) | 13.71º | 0.53% | 0.78% | - |
| XYZ | 32.05 | 25.91 | 13.9 | - |
| YUV | 139.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 94 | 0 | 0.41 | 0.53 | 0.22 | 13.71 | 0.48 | 0.57 |
| Hex | C7 | 76 | 5E | 0 | 29 | 35 | 16 | E | 30 | 39 |
| Octal | 307 | 166 | 136 | 0 | 51 | 65 | 26 | 16 | 60 | 71 |
| Binary | 11000111 | 1110110 | 1011110 | 0 | 101001 | 110101 | 10110 | 1110 | 110000 | 111001 |
Color Harmonies of #C7765E
Complementary color
Monochromatic Colors of #C7765E
Black with #C7765E
Text Example
Text Example
White with #C7765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7765E; }
p { color: rgb(199,118,94); }
H1.HeaderClassName
{
color: #C7765E;
}
.AnyTagClassName
{
color: #C7765E;
}
</style>
background-color css
<style>
a { background-color: #C7765E; }
a { background-color: rgb(199,118,94); }
div.DivClassName
{
background-color: #C7765E;
}
.BgClassName
{
background-color: #C7765E;
}
</style>
border-color css
<style>
span { border-color: #C7765E; }
span { border-color: rgb(199,118,94); }
td.TdClassName
{
border-color: #C7765E;
}
.TagClassName
{
border-color: #C7765E;
}
</style>