Shades of Kokoda #7F7A50
Tints of Kokoda #7F7A50
RGB
CMYK
RGB Variations
Color information
#7F7A50 (or 0x7F7A50) is known color: Kokoda. HEX triplet: 7F, 7A and 50. RGB value is (127,122,80). Sum of RGB (Red+Green+Blue) = 127+122+80=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A50 is #8085AF. Grayscale: #767676. Windows color (decimal): -8422832 or 5274239. OLE color: 5274239.
HSL color Cylindrical-coordinate representation of color #7F7A50: hue angle of 53.62º 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 #7F7A50 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 80 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.50 |
| HSL | 53.62º | 0.23% | 0.41% | - |
| HSV(B) | 53.62º | 0.37% | 0.5% | - |
| XYZ | 17.16 | 19.01 | 10.35 | - |
| YUV | 118.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 80 | 0 | 0.04 | 0.37 | 0.50 | 53.62 | 0.23 | 0.41 |
| Hex | 7F | 7A | 50 | 0 | 4 | 25 | 32 | 36 | 17 | 29 |
| Octal | 177 | 172 | 120 | 0 | 4 | 45 | 62 | 66 | 27 | 51 |
| Binary | 1111111 | 1111010 | 1010000 | 0 | 100 | 100101 | 110010 | 110110 | 10111 | 101001 |
Color Harmonies of #7F7A50
Complementary color
Monochromatic Colors of #7F7A50
Black with #7F7A50
Text Example
Text Example
White with #7F7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A50; }
p { color: rgb(127,122,80); }
H1.HeaderClassName
{
color: #7F7A50;
}
.AnyTagClassName
{
color: #7F7A50;
}
</style>
background-color css
<style>
a { background-color: #7F7A50; }
a { background-color: rgb(127,122,80); }
div.DivClassName
{
background-color: #7F7A50;
}
.BgClassName
{
background-color: #7F7A50;
}
</style>
border-color css
<style>
span { border-color: #7F7A50; }
span { border-color: rgb(127,122,80); }
td.TdClassName
{
border-color: #7F7A50;
}
.TagClassName
{
border-color: #7F7A50;
}
</style>