Shades of Japonica #C7775C
Tints of Japonica #C7775C
RGB
CMYK
RGB Variations
Color information
#C7775C (or 0xC7775C) is known color: Japonica. HEX triplet: C7, 77 and 5C. RGB value is (199,119,92). Sum of RGB (Red+Green+Blue) = 199+119+92=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7775C is #3888A3. Grayscale: #8C8C8C. Windows color (decimal): -3704996 or 6059975. OLE color: 6059975.
HSL color Cylindrical-coordinate representation of color #C7775C: hue angle of 15.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7775C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 92 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.22 |
| HSL | 15.14º | 0.49% | 0.57% | - |
| HSV(B) | 15.14º | 0.54% | 0.78% | - |
| XYZ | 32.08 | 26.11 | 13.47 | - |
| YUV | 139.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 92 | 0 | 0.40 | 0.54 | 0.22 | 15.14 | 0.49 | 0.57 |
| Hex | C7 | 77 | 5C | 0 | 28 | 36 | 16 | F | 31 | 39 |
| Octal | 307 | 167 | 134 | 0 | 50 | 66 | 26 | 17 | 61 | 71 |
| Binary | 11000111 | 1110111 | 1011100 | 0 | 101000 | 110110 | 10110 | 1111 | 110001 | 111001 |
Color Harmonies of #C7775C
Complementary color
Monochromatic Colors of #C7775C
Black with #C7775C
Text Example
Text Example
White with #C7775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7775C; }
p { color: rgb(199,119,92); }
H1.HeaderClassName
{
color: #C7775C;
}
.AnyTagClassName
{
color: #C7775C;
}
</style>
background-color css
<style>
a { background-color: #C7775C; }
a { background-color: rgb(199,119,92); }
div.DivClassName
{
background-color: #C7775C;
}
.BgClassName
{
background-color: #C7775C;
}
</style>
border-color css
<style>
span { border-color: #C7775C; }
span { border-color: rgb(199,119,92); }
td.TdClassName
{
border-color: #C7775C;
}
.TagClassName
{
border-color: #C7775C;
}
</style>