Shades of Kokoda #7F794F
Tints of Kokoda #7F794F
RGB
CMYK
RGB Variations
Color information
#7F794F (or 0x7F794F) is known color: Kokoda. HEX triplet: 7F, 79 and 4F. RGB value is (127,121,79). Sum of RGB (Red+Green+Blue) = 127+121+79=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F794F is #8086B0. Grayscale: #767676. Windows color (decimal): -8423089 or 5208447. OLE color: 5208447.
HSL color Cylindrical-coordinate representation of color #7F794F: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F794F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 79 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.50 |
| HSL | 52.5º | 0.23% | 0.4% | - |
| HSV(B) | 52.5º | 0.38% | 0.5% | - |
| XYZ | 17 | 18.75 | 10.12 | - |
| YUV | 118.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 79 | 0 | 0.05 | 0.38 | 0.50 | 52.5 | 0.23 | 0.4 |
| Hex | 7F | 79 | 4F | 0 | 5 | 26 | 32 | 34 | 17 | 28 |
| Octal | 177 | 171 | 117 | 0 | 5 | 46 | 62 | 64 | 27 | 50 |
| Binary | 1111111 | 1111001 | 1001111 | 0 | 101 | 100110 | 110010 | 110100 | 10111 | 101000 |
Color Harmonies of #7F794F
Complementary color
Monochromatic Colors of #7F794F
Black with #7F794F
Text Example
Text Example
White with #7F794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F794F; }
p { color: rgb(127,121,79); }
H1.HeaderClassName
{
color: #7F794F;
}
.AnyTagClassName
{
color: #7F794F;
}
</style>
background-color css
<style>
a { background-color: #7F794F; }
a { background-color: rgb(127,121,79); }
div.DivClassName
{
background-color: #7F794F;
}
.BgClassName
{
background-color: #7F794F;
}
</style>
border-color css
<style>
span { border-color: #7F794F; }
span { border-color: rgb(127,121,79); }
td.TdClassName
{
border-color: #7F794F;
}
.TagClassName
{
border-color: #7F794F;
}
</style>