Shades of Kokoda #7F805B
Tints of Kokoda #7F805B
RGB
CMYK
RGB Variations
Color information
#7F805B (or 0x7F805B) is known color: Kokoda. HEX triplet: 7F, 80 and 5B. RGB value is (127,128,91). Sum of RGB (Red+Green+Blue) = 127+128+91=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #7F805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F805B is #807FA4. Grayscale: #7B7B7B. Windows color (decimal): -8421285 or 5996671. OLE color: 5996671.
HSL color Cylindrical-coordinate representation of color #7F805B: hue angle of 61.62º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F805B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 91 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.50 |
| HSL | 61.62º | 0.17% | 0.43% | - |
| HSV(B) | 61.62º | 0.29% | 0.5% | - |
| XYZ | 18.36 | 20.71 | 12.93 | - |
| YUV | 123.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 91 | 0.01 | 0 | 0.29 | 0.50 | 61.62 | 0.17 | 0.43 |
| Hex | 7F | 80 | 5B | 1 | 0 | 1D | 32 | 3E | 11 | 2B |
| Octal | 177 | 200 | 133 | 1 | 0 | 35 | 62 | 76 | 21 | 53 |
| Binary | 1111111 | 10000000 | 1011011 | 1 | 0 | 11101 | 110010 | 111110 | 10001 | 101011 |
Color Harmonies of #7F805B
Complementary color
Monochromatic Colors of #7F805B
Black with #7F805B
Text Example
Text Example
White with #7F805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F805B; }
p { color: rgb(127,128,91); }
H1.HeaderClassName
{
color: #7F805B;
}
.AnyTagClassName
{
color: #7F805B;
}
</style>
background-color css
<style>
a { background-color: #7F805B; }
a { background-color: rgb(127,128,91); }
div.DivClassName
{
background-color: #7F805B;
}
.BgClassName
{
background-color: #7F805B;
}
</style>
border-color css
<style>
span { border-color: #7F805B; }
span { border-color: rgb(127,128,91); }
td.TdClassName
{
border-color: #7F805B;
}
.TagClassName
{
border-color: #7F805B;
}
</style>