Shades of Kokoda #7C7657
Tints of Kokoda #7C7657
RGB
CMYK
RGB Variations
Color information
#7C7657 (or 0x7C7657) is known color: Kokoda. HEX triplet: 7C, 76 and 57. RGB value is (124,118,87). Sum of RGB (Red+Green+Blue) = 124+118+87=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7657 is #8389A8. Grayscale: #747474. Windows color (decimal): -8620457 or 5731964. OLE color: 5731964.
HSL color Cylindrical-coordinate representation of color #7C7657: hue angle of 50.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C7657 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 87 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.51 |
| HSL | 50.27º | 0.18% | 0.41% | - |
| HSV(B) | 50.27º | 0.3% | 0.49% | - |
| XYZ | 16.51 | 17.93 | 11.61 | - |
| YUV | 116.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 87 | 0 | 0.05 | 0.30 | 0.51 | 50.27 | 0.18 | 0.41 |
| Hex | 7C | 76 | 57 | 0 | 5 | 1E | 33 | 32 | 12 | 29 |
| Octal | 174 | 166 | 127 | 0 | 5 | 36 | 63 | 62 | 22 | 51 |
| Binary | 1111100 | 1110110 | 1010111 | 0 | 101 | 11110 | 110011 | 110010 | 10010 | 101001 |
Color Harmonies of #7C7657
Complementary color
Monochromatic Colors of #7C7657
Black with #7C7657
Text Example
Text Example
White with #7C7657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7657; }
p { color: rgb(124,118,87); }
H1.HeaderClassName
{
color: #7C7657;
}
.AnyTagClassName
{
color: #7C7657;
}
</style>
background-color css
<style>
a { background-color: #7C7657; }
a { background-color: rgb(124,118,87); }
div.DivClassName
{
background-color: #7C7657;
}
.BgClassName
{
background-color: #7C7657;
}
</style>
border-color css
<style>
span { border-color: #7C7657; }
span { border-color: rgb(124,118,87); }
td.TdClassName
{
border-color: #7C7657;
}
.TagClassName
{
border-color: #7C7657;
}
</style>