Shades of Japonica #D07754
Tints of Japonica #D07754
RGB
CMYK
RGB Variations
Color information
#D07754 (or 0xD07754) is known color: Japonica. HEX triplet: D0, 77 and 54. RGB value is (208,119,84). Sum of RGB (Red+Green+Blue) = 208+119+84=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D07754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07754 is #2F88AB. Grayscale: #8D8D8D. Windows color (decimal): -3115180 or 5535696. OLE color: 5535696.
HSL color Cylindrical-coordinate representation of color #D07754: hue angle of 16.94º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D07754 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 84 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.18 |
| HSL | 16.94º | 0.57% | 0.57% | - |
| HSV(B) | 16.94º | 0.6% | 0.82% | - |
| XYZ | 34.21 | 27.24 | 11.84 | - |
| YUV | 141.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 84 | 0 | 0.43 | 0.60 | 0.18 | 16.94 | 0.57 | 0.57 |
| Hex | D0 | 77 | 54 | 0 | 2B | 3C | 12 | 11 | 39 | 39 |
| Octal | 320 | 167 | 124 | 0 | 53 | 74 | 22 | 21 | 71 | 71 |
| Binary | 11010000 | 1110111 | 1010100 | 0 | 101011 | 111100 | 10010 | 10001 | 111001 | 111001 |
Color Harmonies of #D07754
Complementary color
Monochromatic Colors of #D07754
Black with #D07754
Text Example
Text Example
White with #D07754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07754; }
p { color: rgb(208,119,84); }
H1.HeaderClassName
{
color: #D07754;
}
.AnyTagClassName
{
color: #D07754;
}
</style>
background-color css
<style>
a { background-color: #D07754; }
a { background-color: rgb(208,119,84); }
div.DivClassName
{
background-color: #D07754;
}
.BgClassName
{
background-color: #D07754;
}
</style>
border-color css
<style>
span { border-color: #D07754; }
span { border-color: rgb(208,119,84); }
td.TdClassName
{
border-color: #D07754;
}
.TagClassName
{
border-color: #D07754;
}
</style>