Shades of Kokoda #7F7A4D
Tints of Kokoda #7F7A4D
RGB
CMYK
RGB Variations
Color information
#7F7A4D (or 0x7F7A4D) is known color: Kokoda. HEX triplet: 7F, 7A and 4D. RGB value is (127,122,77). Sum of RGB (Red+Green+Blue) = 127+122+77=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A4D is #8085B2. Grayscale: #767676. Windows color (decimal): -8422835 or 5077631. OLE color: 5077631.
HSL color Cylindrical-coordinate representation of color #7F7A4D: hue angle of 54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F7A4D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 77 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.50 |
| HSL | 54º | 0.25% | 0.4% | - |
| HSV(B) | 54º | 0.39% | 0.5% | - |
| XYZ | 17.05 | 18.97 | 9.78 | - |
| YUV | 118.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 77 | 0 | 0.04 | 0.39 | 0.50 | 54 | 0.25 | 0.4 |
| Hex | 7F | 7A | 4D | 0 | 4 | 27 | 32 | 36 | 19 | 28 |
| Octal | 177 | 172 | 115 | 0 | 4 | 47 | 62 | 66 | 31 | 50 |
| Binary | 1111111 | 1111010 | 1001101 | 0 | 100 | 100111 | 110010 | 110110 | 11001 | 101000 |
Color Harmonies of #7F7A4D
Complementary color
Monochromatic Colors of #7F7A4D
Black with #7F7A4D
Text Example
Text Example
White with #7F7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A4D; }
p { color: rgb(127,122,77); }
H1.HeaderClassName
{
color: #7F7A4D;
}
.AnyTagClassName
{
color: #7F7A4D;
}
</style>
background-color css
<style>
a { background-color: #7F7A4D; }
a { background-color: rgb(127,122,77); }
div.DivClassName
{
background-color: #7F7A4D;
}
.BgClassName
{
background-color: #7F7A4D;
}
</style>
border-color css
<style>
span { border-color: #7F7A4D; }
span { border-color: rgb(127,122,77); }
td.TdClassName
{
border-color: #7F7A4D;
}
.TagClassName
{
border-color: #7F7A4D;
}
</style>