Shades of Kokoda #7F7A4C
Tints of Kokoda #7F7A4C
RGB
CMYK
RGB Variations
Color information
#7F7A4C (or 0x7F7A4C) is known color: Kokoda. HEX triplet: 7F, 7A and 4C. RGB value is (127,122,76). Sum of RGB (Red+Green+Blue) = 127+122+76=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7A4C is #8085B3. Grayscale: #767676. Windows color (decimal): -8422836 or 5012095. OLE color: 5012095.
HSL color Cylindrical-coordinate representation of color #7F7A4C: hue angle of 54.12º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F7A4C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 76 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.50 |
| HSL | 54.12º | 0.25% | 0.4% | - |
| HSV(B) | 54.12º | 0.4% | 0.5% | - |
| XYZ | 17.02 | 18.95 | 9.6 | - |
| YUV | 118.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 76 | 0 | 0.04 | 0.40 | 0.50 | 54.12 | 0.25 | 0.4 |
| Hex | 7F | 7A | 4C | 0 | 4 | 28 | 32 | 36 | 19 | 28 |
| Octal | 177 | 172 | 114 | 0 | 4 | 50 | 62 | 66 | 31 | 50 |
| Binary | 1111111 | 1111010 | 1001100 | 0 | 100 | 101000 | 110010 | 110110 | 11001 | 101000 |
Color Harmonies of #7F7A4C
Complementary color
Monochromatic Colors of #7F7A4C
Black with #7F7A4C
Text Example
Text Example
White with #7F7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A4C; }
p { color: rgb(127,122,76); }
H1.HeaderClassName
{
color: #7F7A4C;
}
.AnyTagClassName
{
color: #7F7A4C;
}
</style>
background-color css
<style>
a { background-color: #7F7A4C; }
a { background-color: rgb(127,122,76); }
div.DivClassName
{
background-color: #7F7A4C;
}
.BgClassName
{
background-color: #7F7A4C;
}
</style>
border-color css
<style>
span { border-color: #7F7A4C; }
span { border-color: rgb(127,122,76); }
td.TdClassName
{
border-color: #7F7A4C;
}
.TagClassName
{
border-color: #7F7A4C;
}
</style>