Shades of Japonica #D77B5A
Tints of Japonica #D77B5A
RGB
CMYK
RGB Variations
Color information
#D77B5A (or 0xD77B5A) is known color: Japonica. HEX triplet: D7, 7B and 5A. RGB value is (215,123,90). Sum of RGB (Red+Green+Blue) = 215+123+90=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B5A is #2884A5. Grayscale: #929292. Windows color (decimal): -2655398 or 5929943. OLE color: 5929943.
HSL color Cylindrical-coordinate representation of color #D77B5A: hue angle of 15.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D77B5A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 90 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.16 |
| HSL | 15.84º | 0.61% | 0.6% | - |
| HSV(B) | 15.84º | 0.58% | 0.84% | - |
| XYZ | 36.95 | 29.35 | 13.39 | - |
| YUV | 146.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 90 | 0 | 0.43 | 0.58 | 0.16 | 15.84 | 0.61 | 0.6 |
| Hex | D7 | 7B | 5A | 0 | 2B | 3A | 10 | 10 | 3D | 3C |
| Octal | 327 | 173 | 132 | 0 | 53 | 72 | 20 | 20 | 75 | 74 |
| Binary | 11010111 | 1111011 | 1011010 | 0 | 101011 | 111010 | 10000 | 10000 | 111101 | 111100 |
Color Harmonies of #D77B5A
Complementary color
Monochromatic Colors of #D77B5A
Black with #D77B5A
Text Example
Text Example
White with #D77B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B5A; }
p { color: rgb(215,123,90); }
H1.HeaderClassName
{
color: #D77B5A;
}
.AnyTagClassName
{
color: #D77B5A;
}
</style>
background-color css
<style>
a { background-color: #D77B5A; }
a { background-color: rgb(215,123,90); }
div.DivClassName
{
background-color: #D77B5A;
}
.BgClassName
{
background-color: #D77B5A;
}
</style>
border-color css
<style>
span { border-color: #D77B5A; }
span { border-color: rgb(215,123,90); }
td.TdClassName
{
border-color: #D77B5A;
}
.TagClassName
{
border-color: #D77B5A;
}
</style>