Shades of Japonica #D07764
Tints of Japonica #D07764
RGB
CMYK
RGB Variations
Color information
#D07764 (or 0xD07764) is known color: Japonica. HEX triplet: D0, 77 and 64. RGB value is (208,119,100). Sum of RGB (Red+Green+Blue) = 208+119+100=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D07764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07764 is #2F889B. Grayscale: #8F8F8F. Windows color (decimal): -3115164 or 6584272. OLE color: 6584272.
HSL color Cylindrical-coordinate representation of color #D07764: hue angle of 10.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07764 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 100 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.18 |
| HSL | 10.56º | 0.53% | 0.6% | - |
| HSV(B) | 10.56º | 0.52% | 0.82% | - |
| XYZ | 34.91 | 27.52 | 15.53 | - |
| YUV | 143.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 100 | 0 | 0.43 | 0.52 | 0.18 | 10.56 | 0.53 | 0.6 |
| Hex | D0 | 77 | 64 | 0 | 2B | 34 | 12 | B | 35 | 3C |
| Octal | 320 | 167 | 144 | 0 | 53 | 64 | 22 | 13 | 65 | 74 |
| Binary | 11010000 | 1110111 | 1100100 | 0 | 101011 | 110100 | 10010 | 1011 | 110101 | 111100 |
Color Harmonies of #D07764
Complementary color
Monochromatic Colors of #D07764
Black with #D07764
Text Example
Text Example
White with #D07764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07764; }
p { color: rgb(208,119,100); }
H1.HeaderClassName
{
color: #D07764;
}
.AnyTagClassName
{
color: #D07764;
}
</style>
background-color css
<style>
a { background-color: #D07764; }
a { background-color: rgb(208,119,100); }
div.DivClassName
{
background-color: #D07764;
}
.BgClassName
{
background-color: #D07764;
}
</style>
border-color css
<style>
span { border-color: #D07764; }
span { border-color: rgb(208,119,100); }
td.TdClassName
{
border-color: #D07764;
}
.TagClassName
{
border-color: #D07764;
}
</style>