Shades of Japonica #D7785C
Tints of Japonica #D7785C
RGB
CMYK
RGB Variations
Color information
#D7785C (or 0xD7785C) is known color: Japonica. HEX triplet: D7, 78 and 5C. RGB value is (215,120,92). Sum of RGB (Red+Green+Blue) = 215+120+92=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7785C is #2887A3. Grayscale: #919191. Windows color (decimal): -2656164 or 6060247. OLE color: 6060247.
HSL color Cylindrical-coordinate representation of color #D7785C: hue angle of 13.66º degrees, saturation: 0.61, 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 #D7785C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 92 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.16 |
| HSL | 13.66º | 0.61% | 0.6% | - |
| HSV(B) | 13.66º | 0.57% | 0.84% | - |
| XYZ | 36.67 | 28.65 | 13.72 | - |
| YUV | 145.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 92 | 0 | 0.44 | 0.57 | 0.16 | 13.66 | 0.61 | 0.6 |
| Hex | D7 | 78 | 5C | 0 | 2C | 39 | 10 | E | 3D | 3C |
| Octal | 327 | 170 | 134 | 0 | 54 | 71 | 20 | 16 | 75 | 74 |
| Binary | 11010111 | 1111000 | 1011100 | 0 | 101100 | 111001 | 10000 | 1110 | 111101 | 111100 |
Color Harmonies of #D7785C
Complementary color
Monochromatic Colors of #D7785C
Black with #D7785C
Text Example
Text Example
White with #D7785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7785C; }
p { color: rgb(215,120,92); }
H1.HeaderClassName
{
color: #D7785C;
}
.AnyTagClassName
{
color: #D7785C;
}
</style>
background-color css
<style>
a { background-color: #D7785C; }
a { background-color: rgb(215,120,92); }
div.DivClassName
{
background-color: #D7785C;
}
.BgClassName
{
background-color: #D7785C;
}
</style>
border-color css
<style>
span { border-color: #D7785C; }
span { border-color: rgb(215,120,92); }
td.TdClassName
{
border-color: #D7785C;
}
.TagClassName
{
border-color: #D7785C;
}
</style>