Shades of Golden Bell #C77F3C
Tints of Golden Bell #C77F3C
RGB
CMYK
RGB Variations
Color information
#C77F3C (or 0xC77F3C) is known color: Golden Bell. HEX triplet: C7, 7F and 3C. RGB value is (199,127,60). Sum of RGB (Red+Green+Blue) = 199+127+60=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3C is #3880C3. Grayscale: #8D8D8D. Windows color (decimal): -3702980 or 3964871. OLE color: 3964871.
HSL color Cylindrical-coordinate representation of color #C77F3C: hue angle of 28.92º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C77F3C is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 60 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.22 |
| HSL | 28.92º | 0.55% | 0.51% | - |
| HSV(B) | 28.92º | 0.7% | 0.78% | - |
| XYZ | 31.96 | 27.65 | 7.93 | - |
| YUV | 140.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 60 | 0 | 0.36 | 0.70 | 0.22 | 28.92 | 0.55 | 0.51 |
| Hex | C7 | 7F | 3C | 0 | 24 | 46 | 16 | 1D | 37 | 33 |
| Octal | 307 | 177 | 74 | 0 | 44 | 106 | 26 | 35 | 67 | 63 |
| Binary | 11000111 | 1111111 | 111100 | 0 | 100100 | 1000110 | 10110 | 11101 | 110111 | 110011 |
Color Harmonies of #C77F3C
Complementary color
Monochromatic Colors of #C77F3C
Black with #C77F3C
Text Example
Text Example
White with #C77F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F3C; }
p { color: rgb(199,127,60); }
H1.HeaderClassName
{
color: #C77F3C;
}
.AnyTagClassName
{
color: #C77F3C;
}
</style>
background-color css
<style>
a { background-color: #C77F3C; }
a { background-color: rgb(199,127,60); }
div.DivClassName
{
background-color: #C77F3C;
}
.BgClassName
{
background-color: #C77F3C;
}
</style>
border-color css
<style>
span { border-color: #C77F3C; }
span { border-color: rgb(199,127,60); }
td.TdClassName
{
border-color: #C77F3C;
}
.TagClassName
{
border-color: #C77F3C;
}
</style>