Shades of Japonica #D7785D
Tints of Japonica #D7785D
RGB
CMYK
RGB Variations
Color information
#D7785D (or 0xD7785D) is known color: Japonica. HEX triplet: D7, 78 and 5D. RGB value is (215,120,93). Sum of RGB (Red+Green+Blue) = 215+120+93=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7785D is #2887A2. Grayscale: #919191. Windows color (decimal): -2656163 or 6125783. OLE color: 6125783.
HSL color Cylindrical-coordinate representation of color #D7785D: hue angle of 13.28º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7785D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 93 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.16 |
| HSL | 13.28º | 0.6% | 0.6% | - |
| HSV(B) | 13.28º | 0.57% | 0.84% | - |
| XYZ | 36.72 | 28.67 | 13.95 | - |
| YUV | 145.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 93 | 0 | 0.44 | 0.57 | 0.16 | 13.28 | 0.6 | 0.6 |
| Hex | D7 | 78 | 5D | 0 | 2C | 39 | 10 | D | 3C | 3C |
| Octal | 327 | 170 | 135 | 0 | 54 | 71 | 20 | 15 | 74 | 74 |
| Binary | 11010111 | 1111000 | 1011101 | 0 | 101100 | 111001 | 10000 | 1101 | 111100 | 111100 |
Color Harmonies of #D7785D
Complementary color
Monochromatic Colors of #D7785D
Black with #D7785D
Text Example
Text Example
White with #D7785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7785D; }
p { color: rgb(215,120,93); }
H1.HeaderClassName
{
color: #D7785D;
}
.AnyTagClassName
{
color: #D7785D;
}
</style>
background-color css
<style>
a { background-color: #D7785D; }
a { background-color: rgb(215,120,93); }
div.DivClassName
{
background-color: #D7785D;
}
.BgClassName
{
background-color: #D7785D;
}
</style>
border-color css
<style>
span { border-color: #D7785D; }
span { border-color: rgb(215,120,93); }
td.TdClassName
{
border-color: #D7785D;
}
.TagClassName
{
border-color: #D7785D;
}
</style>