Shades of Kokoda #7C774F
Tints of Kokoda #7C774F
RGB
CMYK
RGB Variations
Color information
#7C774F (or 0x7C774F) is known color: Kokoda. HEX triplet: 7C, 77 and 4F. RGB value is (124,119,79). Sum of RGB (Red+Green+Blue) = 124+119+79=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C774F is #8388B0. Grayscale: #747474. Windows color (decimal): -8620209 or 5207932. OLE color: 5207932.
HSL color Cylindrical-coordinate representation of color #7C774F: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C774F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 79 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.51 |
| HSL | 53.33º | 0.22% | 0.4% | - |
| HSV(B) | 53.33º | 0.36% | 0.49% | - |
| XYZ | 16.32 | 18.04 | 10.02 | - |
| YUV | 115.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 79 | 0 | 0.04 | 0.36 | 0.51 | 53.33 | 0.22 | 0.4 |
| Hex | 7C | 77 | 4F | 0 | 4 | 24 | 33 | 35 | 16 | 28 |
| Octal | 174 | 167 | 117 | 0 | 4 | 44 | 63 | 65 | 26 | 50 |
| Binary | 1111100 | 1110111 | 1001111 | 0 | 100 | 100100 | 110011 | 110101 | 10110 | 101000 |
Color Harmonies of #7C774F
Complementary color
Monochromatic Colors of #7C774F
Black with #7C774F
Text Example
Text Example
White with #7C774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C774F; }
p { color: rgb(124,119,79); }
H1.HeaderClassName
{
color: #7C774F;
}
.AnyTagClassName
{
color: #7C774F;
}
</style>
background-color css
<style>
a { background-color: #7C774F; }
a { background-color: rgb(124,119,79); }
div.DivClassName
{
background-color: #7C774F;
}
.BgClassName
{
background-color: #7C774F;
}
</style>
border-color css
<style>
span { border-color: #7C774F; }
span { border-color: rgb(124,119,79); }
td.TdClassName
{
border-color: #7C774F;
}
.TagClassName
{
border-color: #7C774F;
}
</style>