Shades of Japonica #D77852
Tints of Japonica #D77852
RGB
CMYK
RGB Variations
Color information
#D77852 (or 0xD77852) is known color: Japonica. HEX triplet: D7, 78 and 52. RGB value is (215,120,82). Sum of RGB (Red+Green+Blue) = 215+120+82=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77852 is #2887AD. Grayscale: #909090. Windows color (decimal): -2656174 or 5404887. OLE color: 5404887.
HSL color Cylindrical-coordinate representation of color #D77852: hue angle of 17.14º degrees, saturation: 0.62, 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 #D77852 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 82 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.16 |
| HSL | 17.14º | 0.62% | 0.58% | - |
| HSV(B) | 17.14º | 0.62% | 0.84% | - |
| XYZ | 36.26 | 28.49 | 11.57 | - |
| YUV | 144.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 82 | 0 | 0.44 | 0.62 | 0.16 | 17.14 | 0.62 | 0.58 |
| Hex | D7 | 78 | 52 | 0 | 2C | 3E | 10 | 11 | 3E | 3A |
| Octal | 327 | 170 | 122 | 0 | 54 | 76 | 20 | 21 | 76 | 72 |
| Binary | 11010111 | 1111000 | 1010010 | 0 | 101100 | 111110 | 10000 | 10001 | 111110 | 111010 |
Color Harmonies of #D77852
Complementary color
Monochromatic Colors of #D77852
Black with #D77852
Text Example
Text Example
White with #D77852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77852; }
p { color: rgb(215,120,82); }
H1.HeaderClassName
{
color: #D77852;
}
.AnyTagClassName
{
color: #D77852;
}
</style>
background-color css
<style>
a { background-color: #D77852; }
a { background-color: rgb(215,120,82); }
div.DivClassName
{
background-color: #D77852;
}
.BgClassName
{
background-color: #D77852;
}
</style>
border-color css
<style>
span { border-color: #D77852; }
span { border-color: rgb(215,120,82); }
td.TdClassName
{
border-color: #D77852;
}
.TagClassName
{
border-color: #D77852;
}
</style>