Shades of Kokoda #7F7D58
Tints of Kokoda #7F7D58
RGB
CMYK
RGB Variations
Color information
#7F7D58 (or 0x7F7D58) is known color: Kokoda. HEX triplet: 7F, 7D and 58. RGB value is (127,125,88). Sum of RGB (Red+Green+Blue) = 127+125+88=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7D58 is #8082A7. Grayscale: #797979. Windows color (decimal): -8422056 or 5799295. OLE color: 5799295.
HSL color Cylindrical-coordinate representation of color #7F7D58: hue angle of 56.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F7D58 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 125 | 88 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.50 |
| HSL | 56.92º | 0.18% | 0.42% | - |
| HSV(B) | 56.92º | 0.31% | 0.5% | - |
| XYZ | 17.85 | 19.88 | 12.13 | - |
| YUV | 121.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 88 | 0 | 0.02 | 0.31 | 0.50 | 56.92 | 0.18 | 0.42 |
| Hex | 7F | 7D | 58 | 0 | 2 | 1F | 32 | 39 | 12 | 2A |
| Octal | 177 | 175 | 130 | 0 | 2 | 37 | 62 | 71 | 22 | 52 |
| Binary | 1111111 | 1111101 | 1011000 | 0 | 10 | 11111 | 110010 | 111001 | 10010 | 101010 |
Color Harmonies of #7F7D58
Complementary color
Monochromatic Colors of #7F7D58
Black with #7F7D58
Text Example
Text Example
White with #7F7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D58; }
p { color: rgb(127,125,88); }
H1.HeaderClassName
{
color: #7F7D58;
}
.AnyTagClassName
{
color: #7F7D58;
}
</style>
background-color css
<style>
a { background-color: #7F7D58; }
a { background-color: rgb(127,125,88); }
div.DivClassName
{
background-color: #7F7D58;
}
.BgClassName
{
background-color: #7F7D58;
}
</style>
border-color css
<style>
span { border-color: #7F7D58; }
span { border-color: rgb(127,125,88); }
td.TdClassName
{
border-color: #7F7D58;
}
.TagClassName
{
border-color: #7F7D58;
}
</style>