Shades of Japonica #D77753
Tints of Japonica #D77753
RGB
CMYK
RGB Variations
Color information
#D77753 (or 0xD77753) is known color: Japonica. HEX triplet: D7, 77 and 53. RGB value is (215,119,83). Sum of RGB (Red+Green+Blue) = 215+119+83=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77753 is #2888AC. Grayscale: #8F8F8F. Windows color (decimal): -2656429 or 5470167. OLE color: 5470167.
HSL color Cylindrical-coordinate representation of color #D77753: hue angle of 16.36º 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 #D77753 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 83 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.16 |
| HSL | 16.36º | 0.62% | 0.58% | - |
| HSV(B) | 16.36º | 0.61% | 0.84% | - |
| XYZ | 36.18 | 28.27 | 11.73 | - |
| YUV | 143.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 83 | 0 | 0.45 | 0.61 | 0.16 | 16.36 | 0.62 | 0.58 |
| Hex | D7 | 77 | 53 | 0 | 2D | 3D | 10 | 10 | 3E | 3A |
| Octal | 327 | 167 | 123 | 0 | 55 | 75 | 20 | 20 | 76 | 72 |
| Binary | 11010111 | 1110111 | 1010011 | 0 | 101101 | 111101 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D77753
Complementary color
Monochromatic Colors of #D77753
Black with #D77753
Text Example
Text Example
White with #D77753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77753; }
p { color: rgb(215,119,83); }
H1.HeaderClassName
{
color: #D77753;
}
.AnyTagClassName
{
color: #D77753;
}
</style>
background-color css
<style>
a { background-color: #D77753; }
a { background-color: rgb(215,119,83); }
div.DivClassName
{
background-color: #D77753;
}
.BgClassName
{
background-color: #D77753;
}
</style>
border-color css
<style>
span { border-color: #D77753; }
span { border-color: rgb(215,119,83); }
td.TdClassName
{
border-color: #D77753;
}
.TagClassName
{
border-color: #D77753;
}
</style>