Shades of Kokoda #7F7B49
Tints of Kokoda #7F7B49
RGB
CMYK
RGB Variations
Color information
#7F7B49 (or 0x7F7B49) is known color: Kokoda. HEX triplet: 7F, 7B and 49. RGB value is (127,123,73). Sum of RGB (Red+Green+Blue) = 127+123+73=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B49 is #8084B6. Grayscale: #767676. Windows color (decimal): -8422583 or 4815743. OLE color: 4815743.
HSL color Cylindrical-coordinate representation of color #7F7B49: hue angle of 55.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7B49 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 73 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.50 |
| HSL | 55.56º | 0.27% | 0.39% | - |
| HSV(B) | 55.56º | 0.43% | 0.5% | - |
| XYZ | 17.04 | 19.16 | 9.1 | - |
| YUV | 118.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 73 | 0 | 0.03 | 0.43 | 0.50 | 55.56 | 0.27 | 0.39 |
| Hex | 7F | 7B | 49 | 0 | 3 | 2B | 32 | 38 | 1B | 27 |
| Octal | 177 | 173 | 111 | 0 | 3 | 53 | 62 | 70 | 33 | 47 |
| Binary | 1111111 | 1111011 | 1001001 | 0 | 11 | 101011 | 110010 | 111000 | 11011 | 100111 |
Color Harmonies of #7F7B49
Complementary color
Monochromatic Colors of #7F7B49
Black with #7F7B49
Text Example
Text Example
White with #7F7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B49; }
p { color: rgb(127,123,73); }
H1.HeaderClassName
{
color: #7F7B49;
}
.AnyTagClassName
{
color: #7F7B49;
}
</style>
background-color css
<style>
a { background-color: #7F7B49; }
a { background-color: rgb(127,123,73); }
div.DivClassName
{
background-color: #7F7B49;
}
.BgClassName
{
background-color: #7F7B49;
}
</style>
border-color css
<style>
span { border-color: #7F7B49; }
span { border-color: rgb(127,123,73); }
td.TdClassName
{
border-color: #7F7B49;
}
.TagClassName
{
border-color: #7F7B49;
}
</style>