Shades of Japonica #C7755B
Tints of Japonica #C7755B
RGB
CMYK
RGB Variations
Color information
#C7755B (or 0xC7755B) is known color: Japonica. HEX triplet: C7, 75 and 5B. RGB value is (199,117,91). Sum of RGB (Red+Green+Blue) = 199+117+91=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7755B is #388AA4. Grayscale: #8A8A8A. Windows color (decimal): -3705509 or 5993927. OLE color: 5993927.
HSL color Cylindrical-coordinate representation of color #C7755B: hue angle of 14.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7755B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 91 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.22 |
| HSL | 14.44º | 0.49% | 0.57% | - |
| HSV(B) | 14.44º | 0.54% | 0.78% | - |
| XYZ | 31.8 | 25.62 | 13.17 | - |
| YUV | 138.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 91 | 0 | 0.41 | 0.54 | 0.22 | 14.44 | 0.49 | 0.57 |
| Hex | C7 | 75 | 5B | 0 | 29 | 36 | 16 | E | 31 | 39 |
| Octal | 307 | 165 | 133 | 0 | 51 | 66 | 26 | 16 | 61 | 71 |
| Binary | 11000111 | 1110101 | 1011011 | 0 | 101001 | 110110 | 10110 | 1110 | 110001 | 111001 |
Color Harmonies of #C7755B
Complementary color
Monochromatic Colors of #C7755B
Black with #C7755B
Text Example
Text Example
White with #C7755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7755B; }
p { color: rgb(199,117,91); }
H1.HeaderClassName
{
color: #C7755B;
}
.AnyTagClassName
{
color: #C7755B;
}
</style>
background-color css
<style>
a { background-color: #C7755B; }
a { background-color: rgb(199,117,91); }
div.DivClassName
{
background-color: #C7755B;
}
.BgClassName
{
background-color: #C7755B;
}
</style>
border-color css
<style>
span { border-color: #C7755B; }
span { border-color: rgb(199,117,91); }
td.TdClassName
{
border-color: #C7755B;
}
.TagClassName
{
border-color: #C7755B;
}
</style>