Shades of Kokoda #7C7650
Tints of Kokoda #7C7650
RGB
CMYK
RGB Variations
Color information
#7C7650 (or 0x7C7650) is known color: Kokoda. HEX triplet: 7C, 76 and 50. RGB value is (124,118,80). Sum of RGB (Red+Green+Blue) = 124+118+80=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7650 is #8389AF. Grayscale: #737373. Windows color (decimal): -8620464 or 5273212. OLE color: 5273212.
HSL color Cylindrical-coordinate representation of color #7C7650: hue angle of 51.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7650 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 80 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.51 |
| HSL | 51.82º | 0.22% | 0.4% | - |
| HSV(B) | 51.82º | 0.35% | 0.49% | - |
| XYZ | 16.24 | 17.82 | 10.17 | - |
| YUV | 115.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 80 | 0 | 0.05 | 0.35 | 0.51 | 51.82 | 0.22 | 0.4 |
| Hex | 7C | 76 | 50 | 0 | 5 | 23 | 33 | 34 | 16 | 28 |
| Octal | 174 | 166 | 120 | 0 | 5 | 43 | 63 | 64 | 26 | 50 |
| Binary | 1111100 | 1110110 | 1010000 | 0 | 101 | 100011 | 110011 | 110100 | 10110 | 101000 |
Color Harmonies of #7C7650
Complementary color
Monochromatic Colors of #7C7650
Black with #7C7650
Text Example
Text Example
White with #7C7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7650; }
p { color: rgb(124,118,80); }
H1.HeaderClassName
{
color: #7C7650;
}
.AnyTagClassName
{
color: #7C7650;
}
</style>
background-color css
<style>
a { background-color: #7C7650; }
a { background-color: rgb(124,118,80); }
div.DivClassName
{
background-color: #7C7650;
}
.BgClassName
{
background-color: #7C7650;
}
</style>
border-color css
<style>
span { border-color: #7C7650; }
span { border-color: rgb(124,118,80); }
td.TdClassName
{
border-color: #7C7650;
}
.TagClassName
{
border-color: #7C7650;
}
</style>