Shades of Japonica #D77358
Tints of Japonica #D77358
RGB
CMYK
RGB Variations
Color information
#D77358 (or 0xD77358) is known color: Japonica. HEX triplet: D7, 73 and 58. RGB value is (215,115,88). Sum of RGB (Red+Green+Blue) = 215+115+88=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D77358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77358 is #288CA7. Grayscale: #8E8E8E. Windows color (decimal): -2657448 or 5796823. OLE color: 5796823.
HSL color Cylindrical-coordinate representation of color #D77358: hue angle of 12.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77358 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 88 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 12.76º | 0.61% | 0.59% | - |
| HSV(B) | 12.76º | 0.59% | 0.84% | - |
| XYZ | 35.92 | 27.41 | 12.63 | - |
| YUV | 141.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 88 | 0 | 0.47 | 0.59 | 0.16 | 12.76 | 0.61 | 0.59 |
| Hex | D7 | 73 | 58 | 0 | 2F | 3B | 10 | D | 3D | 3B |
| Octal | 327 | 163 | 130 | 0 | 57 | 73 | 20 | 15 | 75 | 73 |
| Binary | 11010111 | 1110011 | 1011000 | 0 | 101111 | 111011 | 10000 | 1101 | 111101 | 111011 |
Color Harmonies of #D77358
Complementary color
Monochromatic Colors of #D77358
Black with #D77358
Text Example
Text Example
White with #D77358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77358; }
p { color: rgb(215,115,88); }
H1.HeaderClassName
{
color: #D77358;
}
.AnyTagClassName
{
color: #D77358;
}
</style>
background-color css
<style>
a { background-color: #D77358; }
a { background-color: rgb(215,115,88); }
div.DivClassName
{
background-color: #D77358;
}
.BgClassName
{
background-color: #D77358;
}
</style>
border-color css
<style>
span { border-color: #D77358; }
span { border-color: rgb(215,115,88); }
td.TdClassName
{
border-color: #D77358;
}
.TagClassName
{
border-color: #D77358;
}
</style>