Shades of Geebung #C77B2A
Tints of Geebung #C77B2A
RGB
CMYK
RGB Variations
Color information
#C77B2A (or 0xC77B2A) is known color: Geebung. HEX triplet: C7, 7B and 2A. RGB value is (199,123,42). Sum of RGB (Red+Green+Blue) = 199+123+42=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B2A is #3884D5. Grayscale: #888888. Windows color (decimal): -3704022 or 2784199. OLE color: 2784199.
HSL color Cylindrical-coordinate representation of color #C77B2A: hue angle of 30.96º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C77B2A is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 42 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.22 |
| HSL | 30.96º | 0.65% | 0.47% | - |
| HSV(B) | 30.96º | 0.79% | 0.78% | - |
| XYZ | 31.05 | 26.48 | 5.66 | - |
| YUV | 136.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 42 | 0 | 0.38 | 0.79 | 0.22 | 30.96 | 0.65 | 0.47 |
| Hex | C7 | 7B | 2A | 0 | 26 | 4F | 16 | 1F | 41 | 2F |
| Octal | 307 | 173 | 52 | 0 | 46 | 117 | 26 | 37 | 101 | 57 |
| Binary | 11000111 | 1111011 | 101010 | 0 | 100110 | 1001111 | 10110 | 11111 | 1000001 | 101111 |
Color Harmonies of #C77B2A
Complementary color
Monochromatic Colors of #C77B2A
Black with #C77B2A
Text Example
Text Example
White with #C77B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B2A; }
p { color: rgb(199,123,42); }
H1.HeaderClassName
{
color: #C77B2A;
}
.AnyTagClassName
{
color: #C77B2A;
}
</style>
background-color css
<style>
a { background-color: #C77B2A; }
a { background-color: rgb(199,123,42); }
div.DivClassName
{
background-color: #C77B2A;
}
.BgClassName
{
background-color: #C77B2A;
}
</style>
border-color css
<style>
span { border-color: #C77B2A; }
span { border-color: rgb(199,123,42); }
td.TdClassName
{
border-color: #C77B2A;
}
.TagClassName
{
border-color: #C77B2A;
}
</style>