Shades of Geebung #C77B2B
Tints of Geebung #C77B2B
RGB
CMYK
RGB Variations
Color information
#C77B2B (or 0xC77B2B) is known color: Geebung. HEX triplet: C7, 7B and 2B. RGB value is (199,123,43). Sum of RGB (Red+Green+Blue) = 199+123+43=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B2B is #3884D4. Grayscale: #888888. Windows color (decimal): -3704021 or 2849735. OLE color: 2849735.
HSL color Cylindrical-coordinate representation of color #C77B2B: hue angle of 30.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C77B2B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.22 |
| HSL | 30.77º | 0.64% | 0.47% | - |
| HSV(B) | 30.77º | 0.78% | 0.78% | - |
| XYZ | 31.07 | 26.48 | 5.76 | - |
| YUV | 136.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 43 | 0 | 0.38 | 0.78 | 0.22 | 30.77 | 0.64 | 0.47 |
| Hex | C7 | 7B | 2B | 0 | 26 | 4E | 16 | 1F | 40 | 2F |
| Octal | 307 | 173 | 53 | 0 | 46 | 116 | 26 | 37 | 100 | 57 |
| Binary | 11000111 | 1111011 | 101011 | 0 | 100110 | 1001110 | 10110 | 11111 | 1000000 | 101111 |
Color Harmonies of #C77B2B
Complementary color
Monochromatic Colors of #C77B2B
Black with #C77B2B
Text Example
Text Example
White with #C77B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B2B; }
p { color: rgb(199,123,43); }
H1.HeaderClassName
{
color: #C77B2B;
}
.AnyTagClassName
{
color: #C77B2B;
}
</style>
background-color css
<style>
a { background-color: #C77B2B; }
a { background-color: rgb(199,123,43); }
div.DivClassName
{
background-color: #C77B2B;
}
.BgClassName
{
background-color: #C77B2B;
}
</style>
border-color css
<style>
span { border-color: #C77B2B; }
span { border-color: rgb(199,123,43); }
td.TdClassName
{
border-color: #C77B2B;
}
.TagClassName
{
border-color: #C77B2B;
}
</style>