Shades of Japonica #C77B5C
Tints of Japonica #C77B5C
RGB
CMYK
RGB Variations
Color information
#C77B5C (or 0xC77B5C) is known color: Japonica. HEX triplet: C7, 7B and 5C. RGB value is (199,123,92). Sum of RGB (Red+Green+Blue) = 199+123+92=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B5C is #3884A3. Grayscale: #8E8E8E. Windows color (decimal): -3703972 or 6060999. OLE color: 6060999.
HSL color Cylindrical-coordinate representation of color #C77B5C: hue angle of 17.38º 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 #C77B5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 17.38º | 0.49% | 0.57% | - |
| HSV(B) | 17.38º | 0.54% | 0.78% | - |
| XYZ | 32.57 | 27.08 | 13.64 | - |
| YUV | 142.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 92 | 0 | 0.38 | 0.54 | 0.22 | 17.38 | 0.49 | 0.57 |
| Hex | C7 | 7B | 5C | 0 | 26 | 36 | 16 | 11 | 31 | 39 |
| Octal | 307 | 173 | 134 | 0 | 46 | 66 | 26 | 21 | 61 | 71 |
| Binary | 11000111 | 1111011 | 1011100 | 0 | 100110 | 110110 | 10110 | 10001 | 110001 | 111001 |
Color Harmonies of #C77B5C
Complementary color
Monochromatic Colors of #C77B5C
Black with #C77B5C
Text Example
Text Example
White with #C77B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B5C; }
p { color: rgb(199,123,92); }
H1.HeaderClassName
{
color: #C77B5C;
}
.AnyTagClassName
{
color: #C77B5C;
}
</style>
background-color css
<style>
a { background-color: #C77B5C; }
a { background-color: rgb(199,123,92); }
div.DivClassName
{
background-color: #C77B5C;
}
.BgClassName
{
background-color: #C77B5C;
}
</style>
border-color css
<style>
span { border-color: #C77B5C; }
span { border-color: rgb(199,123,92); }
td.TdClassName
{
border-color: #C77B5C;
}
.TagClassName
{
border-color: #C77B5C;
}
</style>