Shades of Golden Bell #C77D38
Tints of Golden Bell #C77D38
RGB
CMYK
RGB Variations
Color information
#C77D38 (or 0xC77D38) is known color: Golden Bell. HEX triplet: C7, 7D and 38. RGB value is (199,125,56). Sum of RGB (Red+Green+Blue) = 199+125+56=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D38 is #3882C7. Grayscale: #8B8B8B. Windows color (decimal): -3703496 or 3702215. OLE color: 3702215.
HSL color Cylindrical-coordinate representation of color #C77D38: hue angle of 28.95º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77D38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 56 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.22 |
| HSL | 28.95º | 0.56% | 0.5% | - |
| HSV(B) | 28.95º | 0.72% | 0.78% | - |
| XYZ | 31.6 | 27.09 | 7.31 | - |
| YUV | 139.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 56 | 0 | 0.37 | 0.72 | 0.22 | 28.95 | 0.56 | 0.5 |
| Hex | C7 | 7D | 38 | 0 | 25 | 48 | 16 | 1D | 38 | 32 |
| Octal | 307 | 175 | 70 | 0 | 45 | 110 | 26 | 35 | 70 | 62 |
| Binary | 11000111 | 1111101 | 111000 | 0 | 100101 | 1001000 | 10110 | 11101 | 111000 | 110010 |
Color Harmonies of #C77D38
Complementary color
Monochromatic Colors of #C77D38
Black with #C77D38
Text Example
Text Example
White with #C77D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D38; }
p { color: rgb(199,125,56); }
H1.HeaderClassName
{
color: #C77D38;
}
.AnyTagClassName
{
color: #C77D38;
}
</style>
background-color css
<style>
a { background-color: #C77D38; }
a { background-color: rgb(199,125,56); }
div.DivClassName
{
background-color: #C77D38;
}
.BgClassName
{
background-color: #C77D38;
}
</style>
border-color css
<style>
span { border-color: #C77D38; }
span { border-color: rgb(199,125,56); }
td.TdClassName
{
border-color: #C77D38;
}
.TagClassName
{
border-color: #C77D38;
}
</style>