Shades of Japonica #D77450
Tints of Japonica #D77450
RGB
CMYK
RGB Variations
Color information
#D77450 (or 0xD77450) is known color: Japonica. HEX triplet: D7, 74 and 50. RGB value is (215,116,80). Sum of RGB (Red+Green+Blue) = 215+116+80=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D77450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77450 is #288BAF. Grayscale: #8D8D8D. Windows color (decimal): -2657200 or 5272791. OLE color: 5272791.
HSL color Cylindrical-coordinate representation of color #D77450: hue angle of 16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77450 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 80 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.16 |
| HSL | 16º | 0.63% | 0.58% | - |
| HSV(B) | 16º | 0.63% | 0.84% | - |
| XYZ | 35.72 | 27.52 | 11.02 | - |
| YUV | 141.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 80 | 0 | 0.46 | 0.63 | 0.16 | 16 | 0.63 | 0.58 |
| Hex | D7 | 74 | 50 | 0 | 2E | 3F | 10 | 10 | 3F | 3A |
| Octal | 327 | 164 | 120 | 0 | 56 | 77 | 20 | 20 | 77 | 72 |
| Binary | 11010111 | 1110100 | 1010000 | 0 | 101110 | 111111 | 10000 | 10000 | 111111 | 111010 |
Color Harmonies of #D77450
Complementary color
Monochromatic Colors of #D77450
Black with #D77450
Text Example
Text Example
White with #D77450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77450; }
p { color: rgb(215,116,80); }
H1.HeaderClassName
{
color: #D77450;
}
.AnyTagClassName
{
color: #D77450;
}
</style>
background-color css
<style>
a { background-color: #D77450; }
a { background-color: rgb(215,116,80); }
div.DivClassName
{
background-color: #D77450;
}
.BgClassName
{
background-color: #D77450;
}
</style>
border-color css
<style>
span { border-color: #D77450; }
span { border-color: rgb(215,116,80); }
td.TdClassName
{
border-color: #D77450;
}
.TagClassName
{
border-color: #D77450;
}
</style>