Shades of Japonica #D7745C
Tints of Japonica #D7745C
RGB
CMYK
RGB Variations
Color information
#D7745C (or 0xD7745C) is known color: Japonica. HEX triplet: D7, 74 and 5C. RGB value is (215,116,92). Sum of RGB (Red+Green+Blue) = 215+116+92=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7745C is #288BA3. Grayscale: #8F8F8F. Windows color (decimal): -2657188 or 6059223. OLE color: 6059223.
HSL color Cylindrical-coordinate representation of color #D7745C: hue angle of 11.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7745C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 92 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.16 |
| HSL | 11.71º | 0.61% | 0.6% | - |
| HSV(B) | 11.71º | 0.57% | 0.84% | - |
| XYZ | 36.2 | 27.71 | 13.57 | - |
| YUV | 142.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 92 | 0 | 0.46 | 0.57 | 0.16 | 11.71 | 0.61 | 0.6 |
| Hex | D7 | 74 | 5C | 0 | 2E | 39 | 10 | C | 3D | 3C |
| Octal | 327 | 164 | 134 | 0 | 56 | 71 | 20 | 14 | 75 | 74 |
| Binary | 11010111 | 1110100 | 1011100 | 0 | 101110 | 111001 | 10000 | 1100 | 111101 | 111100 |
Color Harmonies of #D7745C
Complementary color
Monochromatic Colors of #D7745C
Black with #D7745C
Text Example
Text Example
White with #D7745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7745C; }
p { color: rgb(215,116,92); }
H1.HeaderClassName
{
color: #D7745C;
}
.AnyTagClassName
{
color: #D7745C;
}
</style>
background-color css
<style>
a { background-color: #D7745C; }
a { background-color: rgb(215,116,92); }
div.DivClassName
{
background-color: #D7745C;
}
.BgClassName
{
background-color: #D7745C;
}
</style>
border-color css
<style>
span { border-color: #D7745C; }
span { border-color: rgb(215,116,92); }
td.TdClassName
{
border-color: #D7745C;
}
.TagClassName
{
border-color: #D7745C;
}
</style>