Shades of Golden Bell #C77F3B
Tints of Golden Bell #C77F3B
RGB
CMYK
RGB Variations
Color information
#C77F3B (or 0xC77F3B) is known color: Golden Bell. HEX triplet: C7, 7F and 3B. RGB value is (199,127,59). Sum of RGB (Red+Green+Blue) = 199+127+59=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3B is #3880C4. Grayscale: #8D8D8D. Windows color (decimal): -3702981 or 3899335. OLE color: 3899335.
HSL color Cylindrical-coordinate representation of color #C77F3B: hue angle of 29.14º degrees, saturation: 0.56, 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 #C77F3B is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 59 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.22 |
| HSL | 29.14º | 0.56% | 0.51% | - |
| HSV(B) | 29.14º | 0.7% | 0.78% | - |
| XYZ | 31.93 | 27.64 | 7.79 | - |
| YUV | 140.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 59 | 0 | 0.36 | 0.70 | 0.22 | 29.14 | 0.56 | 0.51 |
| Hex | C7 | 7F | 3B | 0 | 24 | 46 | 16 | 1D | 38 | 33 |
| Octal | 307 | 177 | 73 | 0 | 44 | 106 | 26 | 35 | 70 | 63 |
| Binary | 11000111 | 1111111 | 111011 | 0 | 100100 | 1000110 | 10110 | 11101 | 111000 | 110011 |
Color Harmonies of #C77F3B
Complementary color
Monochromatic Colors of #C77F3B
Black with #C77F3B
Text Example
Text Example
White with #C77F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F3B; }
p { color: rgb(199,127,59); }
H1.HeaderClassName
{
color: #C77F3B;
}
.AnyTagClassName
{
color: #C77F3B;
}
</style>
background-color css
<style>
a { background-color: #C77F3B; }
a { background-color: rgb(199,127,59); }
div.DivClassName
{
background-color: #C77F3B;
}
.BgClassName
{
background-color: #C77F3B;
}
</style>
border-color css
<style>
span { border-color: #C77F3B; }
span { border-color: rgb(199,127,59); }
td.TdClassName
{
border-color: #C77F3B;
}
.TagClassName
{
border-color: #C77F3B;
}
</style>