Shades of Japonica #D77952
Tints of Japonica #D77952
RGB
CMYK
RGB Variations
Color information
#D77952 (or 0xD77952) is known color: Japonica. HEX triplet: D7, 79 and 52. RGB value is (215,121,82). Sum of RGB (Red+Green+Blue) = 215+121+82=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D77952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77952 is #2886AD. Grayscale: #909090. Windows color (decimal): -2655918 or 5405143. OLE color: 5405143.
HSL color Cylindrical-coordinate representation of color #D77952: hue angle of 17.59º 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 #D77952 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 82 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.16 |
| HSL | 17.59º | 0.62% | 0.58% | - |
| HSV(B) | 17.59º | 0.62% | 0.84% | - |
| XYZ | 36.38 | 28.73 | 11.61 | - |
| YUV | 144.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 82 | 0 | 0.44 | 0.62 | 0.16 | 17.59 | 0.62 | 0.58 |
| Hex | D7 | 79 | 52 | 0 | 2C | 3E | 10 | 12 | 3E | 3A |
| Octal | 327 | 171 | 122 | 0 | 54 | 76 | 20 | 22 | 76 | 72 |
| Binary | 11010111 | 1111001 | 1010010 | 0 | 101100 | 111110 | 10000 | 10010 | 111110 | 111010 |
Color Harmonies of #D77952
Complementary color
Monochromatic Colors of #D77952
Black with #D77952
Text Example
Text Example
White with #D77952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77952; }
p { color: rgb(215,121,82); }
H1.HeaderClassName
{
color: #D77952;
}
.AnyTagClassName
{
color: #D77952;
}
</style>
background-color css
<style>
a { background-color: #D77952; }
a { background-color: rgb(215,121,82); }
div.DivClassName
{
background-color: #D77952;
}
.BgClassName
{
background-color: #D77952;
}
</style>
border-color css
<style>
span { border-color: #D77952; }
span { border-color: rgb(215,121,82); }
td.TdClassName
{
border-color: #D77952;
}
.TagClassName
{
border-color: #D77952;
}
</style>