Shades of Yuma #C7BB77
Tints of Yuma #C7BB77
RGB
CMYK
RGB Variations
Color information
#C7BB77 (or 0xC7BB77) is known color: Yuma. HEX triplet: C7, BB and 77. RGB value is (199,187,119). Sum of RGB (Red+Green+Blue) = 199+187+119=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB77 is #384488. Grayscale: #B7B7B7. Windows color (decimal): -3687561 or 7846855. OLE color: 7846855.
HSL color Cylindrical-coordinate representation of color #C7BB77: hue angle of 51º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7BB77 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 119 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.22 |
| HSL | 51º | 0.42% | 0.62% | - |
| HSV(B) | 51º | 0.4% | 0.78% | - |
| XYZ | 44.65 | 49.01 | 24.56 | - |
| YUV | 182.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 119 | 0 | 0.06 | 0.40 | 0.22 | 51 | 0.42 | 0.62 |
| Hex | C7 | BB | 77 | 0 | 6 | 28 | 16 | 33 | 2A | 3E |
| Octal | 307 | 273 | 167 | 0 | 6 | 50 | 26 | 63 | 52 | 76 |
| Binary | 11000111 | 10111011 | 1110111 | 0 | 110 | 101000 | 10110 | 110011 | 101010 | 111110 |
Color Harmonies of #C7BB77
Complementary color
Monochromatic Colors of #C7BB77
Black with #C7BB77
Text Example
Text Example
White with #C7BB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB77; }
p { color: rgb(199,187,119); }
H1.HeaderClassName
{
color: #C7BB77;
}
.AnyTagClassName
{
color: #C7BB77;
}
</style>
background-color css
<style>
a { background-color: #C7BB77; }
a { background-color: rgb(199,187,119); }
div.DivClassName
{
background-color: #C7BB77;
}
.BgClassName
{
background-color: #C7BB77;
}
</style>
border-color css
<style>
span { border-color: #C7BB77; }
span { border-color: rgb(199,187,119); }
td.TdClassName
{
border-color: #C7BB77;
}
.TagClassName
{
border-color: #C7BB77;
}
</style>