Shades of Japonica #D7755D
Tints of Japonica #D7755D
RGB
CMYK
RGB Variations
Color information
#D7755D (or 0xD7755D) is known color: Japonica. HEX triplet: D7, 75 and 5D. RGB value is (215,117,93). Sum of RGB (Red+Green+Blue) = 215+117+93=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7755D is #288AA2. Grayscale: #8F8F8F. Windows color (decimal): -2656931 or 6125015. OLE color: 6125015.
HSL color Cylindrical-coordinate representation of color #D7755D: hue angle of 11.8º 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 #D7755D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 93 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.16 |
| HSL | 11.8º | 0.6% | 0.6% | - |
| HSV(B) | 11.8º | 0.57% | 0.84% | - |
| XYZ | 36.36 | 27.96 | 13.84 | - |
| YUV | 143.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 93 | 0 | 0.46 | 0.57 | 0.16 | 11.8 | 0.6 | 0.6 |
| Hex | D7 | 75 | 5D | 0 | 2E | 39 | 10 | C | 3C | 3C |
| Octal | 327 | 165 | 135 | 0 | 56 | 71 | 20 | 14 | 74 | 74 |
| Binary | 11010111 | 1110101 | 1011101 | 0 | 101110 | 111001 | 10000 | 1100 | 111100 | 111100 |
Color Harmonies of #D7755D
Complementary color
Monochromatic Colors of #D7755D
Black with #D7755D
Text Example
Text Example
White with #D7755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7755D; }
p { color: rgb(215,117,93); }
H1.HeaderClassName
{
color: #D7755D;
}
.AnyTagClassName
{
color: #D7755D;
}
</style>
background-color css
<style>
a { background-color: #D7755D; }
a { background-color: rgb(215,117,93); }
div.DivClassName
{
background-color: #D7755D;
}
.BgClassName
{
background-color: #D7755D;
}
</style>
border-color css
<style>
span { border-color: #D7755D; }
span { border-color: rgb(215,117,93); }
td.TdClassName
{
border-color: #D7755D;
}
.TagClassName
{
border-color: #D7755D;
}
</style>