Shades of Kokoda #7F7E50
Tints of Kokoda #7F7E50
RGB
CMYK
RGB Variations
Color information
#7F7E50 (or 0x7F7E50) is known color: Kokoda. HEX triplet: 7F, 7E and 50. RGB value is (127,126,80). Sum of RGB (Red+Green+Blue) = 127+126+80=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7E50 is #8081AF. Grayscale: #797979. Windows color (decimal): -8421808 or 5275263. OLE color: 5275263.
HSL color Cylindrical-coordinate representation of color #7F7E50: hue angle of 58.72º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7E50 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 126 | 80 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.50 |
| HSL | 58.72º | 0.23% | 0.41% | - |
| HSV(B) | 58.72º | 0.37% | 0.5% | - |
| XYZ | 17.66 | 20.01 | 10.52 | - |
| YUV | 121.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 80 | 0 | 0.01 | 0.37 | 0.50 | 58.72 | 0.23 | 0.41 |
| Hex | 7F | 7E | 50 | 0 | 1 | 25 | 32 | 3B | 17 | 29 |
| Octal | 177 | 176 | 120 | 0 | 1 | 45 | 62 | 73 | 27 | 51 |
| Binary | 1111111 | 1111110 | 1010000 | 0 | 1 | 100101 | 110010 | 111011 | 10111 | 101001 |
Color Harmonies of #7F7E50
Complementary color
Monochromatic Colors of #7F7E50
Black with #7F7E50
Text Example
Text Example
White with #7F7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7E50; }
p { color: rgb(127,126,80); }
H1.HeaderClassName
{
color: #7F7E50;
}
.AnyTagClassName
{
color: #7F7E50;
}
</style>
background-color css
<style>
a { background-color: #7F7E50; }
a { background-color: rgb(127,126,80); }
div.DivClassName
{
background-color: #7F7E50;
}
.BgClassName
{
background-color: #7F7E50;
}
</style>
border-color css
<style>
span { border-color: #7F7E50; }
span { border-color: rgb(127,126,80); }
td.TdClassName
{
border-color: #7F7E50;
}
.TagClassName
{
border-color: #7F7E50;
}
</style>