Shades of Japonica #D77653
Tints of Japonica #D77653
RGB
CMYK
RGB Variations
Color information
#D77653 (or 0xD77653) is known color: Japonica. HEX triplet: D7, 76 and 53. RGB value is (215,118,83). Sum of RGB (Red+Green+Blue) = 215+118+83=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D77653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77653 is #2889AC. Grayscale: #8F8F8F. Windows color (decimal): -2656685 or 5469911. OLE color: 5469911.
HSL color Cylindrical-coordinate representation of color #D77653: hue angle of 15.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D77653 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 83 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.16 |
| HSL | 15.91º | 0.62% | 0.58% | - |
| HSV(B) | 15.91º | 0.61% | 0.84% | - |
| XYZ | 36.06 | 28.03 | 11.69 | - |
| YUV | 143.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 83 | 0 | 0.45 | 0.61 | 0.16 | 15.91 | 0.62 | 0.58 |
| Hex | D7 | 76 | 53 | 0 | 2D | 3D | 10 | 10 | 3E | 3A |
| Octal | 327 | 166 | 123 | 0 | 55 | 75 | 20 | 20 | 76 | 72 |
| Binary | 11010111 | 1110110 | 1010011 | 0 | 101101 | 111101 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D77653
Complementary color
Monochromatic Colors of #D77653
Black with #D77653
Text Example
Text Example
White with #D77653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77653; }
p { color: rgb(215,118,83); }
H1.HeaderClassName
{
color: #D77653;
}
.AnyTagClassName
{
color: #D77653;
}
</style>
background-color css
<style>
a { background-color: #D77653; }
a { background-color: rgb(215,118,83); }
div.DivClassName
{
background-color: #D77653;
}
.BgClassName
{
background-color: #D77653;
}
</style>
border-color css
<style>
span { border-color: #D77653; }
span { border-color: rgb(215,118,83); }
td.TdClassName
{
border-color: #D77653;
}
.TagClassName
{
border-color: #D77653;
}
</style>