Shades of Kokoda #7C7751
Tints of Kokoda #7C7751
RGB
CMYK
RGB Variations
Color information
#7C7751 (or 0x7C7751) is known color: Kokoda. HEX triplet: 7C, 77 and 51. RGB value is (124,119,81). Sum of RGB (Red+Green+Blue) = 124+119+81=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7751 is #8388AE. Grayscale: #747474. Windows color (decimal): -8620207 or 5339004. OLE color: 5339004.
HSL color Cylindrical-coordinate representation of color #7C7751: hue angle of 53.02º degrees, saturation: 0.21, 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 #7C7751 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 81 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.51 |
| HSL | 53.02º | 0.21% | 0.4% | - |
| HSV(B) | 53.02º | 0.35% | 0.49% | - |
| XYZ | 16.39 | 18.07 | 10.41 | - |
| YUV | 116.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 81 | 0 | 0.04 | 0.35 | 0.51 | 53.02 | 0.21 | 0.4 |
| Hex | 7C | 77 | 51 | 0 | 4 | 23 | 33 | 35 | 15 | 28 |
| Octal | 174 | 167 | 121 | 0 | 4 | 43 | 63 | 65 | 25 | 50 |
| Binary | 1111100 | 1110111 | 1010001 | 0 | 100 | 100011 | 110011 | 110101 | 10101 | 101000 |
Color Harmonies of #7C7751
Complementary color
Monochromatic Colors of #7C7751
Black with #7C7751
Text Example
Text Example
White with #7C7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7751; }
p { color: rgb(124,119,81); }
H1.HeaderClassName
{
color: #7C7751;
}
.AnyTagClassName
{
color: #7C7751;
}
</style>
background-color css
<style>
a { background-color: #7C7751; }
a { background-color: rgb(124,119,81); }
div.DivClassName
{
background-color: #7C7751;
}
.BgClassName
{
background-color: #7C7751;
}
</style>
border-color css
<style>
span { border-color: #7C7751; }
span { border-color: rgb(124,119,81); }
td.TdClassName
{
border-color: #7C7751;
}
.TagClassName
{
border-color: #7C7751;
}
</style>