Shades of Japonica #D77356
Tints of Japonica #D77356
RGB
CMYK
RGB Variations
Color information
#D77356 (or 0xD77356) is known color: Japonica. HEX triplet: D7, 73 and 56. RGB value is (215,115,86). Sum of RGB (Red+Green+Blue) = 215+115+86=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D77356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77356 is #288CA9. Grayscale: #8D8D8D. Windows color (decimal): -2657450 or 5665751. OLE color: 5665751.
HSL color Cylindrical-coordinate representation of color #D77356: hue angle of 13.49º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77356 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 86 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.16 |
| HSL | 13.49º | 0.62% | 0.59% | - |
| HSV(B) | 13.49º | 0.6% | 0.84% | - |
| XYZ | 35.83 | 27.38 | 12.2 | - |
| YUV | 141.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 86 | 0 | 0.47 | 0.6 | 0.16 | 13.49 | 0.62 | 0.59 |
| Hex | D7 | 73 | 56 | 0 | 2F | 3C | 10 | D | 3E | 3B |
| Octal | 327 | 163 | 126 | 0 | 57 | 74 | 20 | 15 | 76 | 73 |
| Binary | 11010111 | 1110011 | 1010110 | 0 | 101111 | 111100 | 10000 | 1101 | 111110 | 111011 |
Color Harmonies of #D77356
Complementary color
Monochromatic Colors of #D77356
Black with #D77356
Text Example
Text Example
White with #D77356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77356; }
p { color: rgb(215,115,86); }
H1.HeaderClassName
{
color: #D77356;
}
.AnyTagClassName
{
color: #D77356;
}
</style>
background-color css
<style>
a { background-color: #D77356; }
a { background-color: rgb(215,115,86); }
div.DivClassName
{
background-color: #D77356;
}
.BgClassName
{
background-color: #D77356;
}
</style>
border-color css
<style>
span { border-color: #D77356; }
span { border-color: rgb(215,115,86); }
td.TdClassName
{
border-color: #D77356;
}
.TagClassName
{
border-color: #D77356;
}
</style>