Shades of Japonica #D77651
Tints of Japonica #D77651
RGB
CMYK
RGB Variations
Color information
#D77651 (or 0xD77651) is known color: Japonica. HEX triplet: D7, 76 and 51. RGB value is (215,118,81). Sum of RGB (Red+Green+Blue) = 215+118+81=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D77651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77651 is #2889AE. Grayscale: #8F8F8F. Windows color (decimal): -2656687 or 5338839. OLE color: 5338839.
HSL color Cylindrical-coordinate representation of color #D77651: hue angle of 16.57º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D77651 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 81 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.16 |
| HSL | 16.57º | 0.63% | 0.58% | - |
| HSV(B) | 16.57º | 0.62% | 0.84% | - |
| XYZ | 35.99 | 28 | 11.29 | - |
| YUV | 142.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 81 | 0 | 0.45 | 0.62 | 0.16 | 16.57 | 0.63 | 0.58 |
| Hex | D7 | 76 | 51 | 0 | 2D | 3E | 10 | 11 | 3F | 3A |
| Octal | 327 | 166 | 121 | 0 | 55 | 76 | 20 | 21 | 77 | 72 |
| Binary | 11010111 | 1110110 | 1010001 | 0 | 101101 | 111110 | 10000 | 10001 | 111111 | 111010 |
Color Harmonies of #D77651
Complementary color
Monochromatic Colors of #D77651
Black with #D77651
Text Example
Text Example
White with #D77651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77651; }
p { color: rgb(215,118,81); }
H1.HeaderClassName
{
color: #D77651;
}
.AnyTagClassName
{
color: #D77651;
}
</style>
background-color css
<style>
a { background-color: #D77651; }
a { background-color: rgb(215,118,81); }
div.DivClassName
{
background-color: #D77651;
}
.BgClassName
{
background-color: #D77651;
}
</style>
border-color css
<style>
span { border-color: #D77651; }
span { border-color: rgb(215,118,81); }
td.TdClassName
{
border-color: #D77651;
}
.TagClassName
{
border-color: #D77651;
}
</style>