Shades of Kokoda #7F8050
Tints of Kokoda #7F8050
RGB
CMYK
RGB Variations
Color information
#7F8050 (or 0x7F8050) is known color: Kokoda. HEX triplet: 7F, 80 and 50. RGB value is (127,128,80). Sum of RGB (Red+Green+Blue) = 127+128+80=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #7F8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8050 is #807FAF. Grayscale: #7A7A7A. Windows color (decimal): -8421296 or 5275775. OLE color: 5275775.
HSL color Cylindrical-coordinate representation of color #7F8050: hue angle of 61.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8050 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 80 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.50 |
| HSL | 61.25º | 0.23% | 0.41% | - |
| HSV(B) | 61.25º | 0.38% | 0.5% | - |
| XYZ | 17.92 | 20.53 | 10.61 | - |
| YUV | 122.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 80 | 0.01 | 0 | 0.38 | 0.50 | 61.25 | 0.23 | 0.41 |
| Hex | 7F | 80 | 50 | 1 | 0 | 26 | 32 | 3D | 17 | 29 |
| Octal | 177 | 200 | 120 | 1 | 0 | 46 | 62 | 75 | 27 | 51 |
| Binary | 1111111 | 10000000 | 1010000 | 1 | 0 | 100110 | 110010 | 111101 | 10111 | 101001 |
Color Harmonies of #7F8050
Complementary color
Monochromatic Colors of #7F8050
Black with #7F8050
Text Example
Text Example
White with #7F8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8050; }
p { color: rgb(127,128,80); }
H1.HeaderClassName
{
color: #7F8050;
}
.AnyTagClassName
{
color: #7F8050;
}
</style>
background-color css
<style>
a { background-color: #7F8050; }
a { background-color: rgb(127,128,80); }
div.DivClassName
{
background-color: #7F8050;
}
.BgClassName
{
background-color: #7F8050;
}
</style>
border-color css
<style>
span { border-color: #7F8050; }
span { border-color: rgb(127,128,80); }
td.TdClassName
{
border-color: #7F8050;
}
.TagClassName
{
border-color: #7F8050;
}
</style>