Shades of Kokoda #7F785A
Tints of Kokoda #7F785A
RGB
CMYK
RGB Variations
Color information
#7F785A (or 0x7F785A) is known color: Kokoda. HEX triplet: 7F, 78 and 5A. RGB value is (127,120,90). Sum of RGB (Red+Green+Blue) = 127+120+90=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F785A is #8087A5. Grayscale: #767676. Windows color (decimal): -8423334 or 5929087. OLE color: 5929087.
HSL color Cylindrical-coordinate representation of color #7F785A: hue angle of 48.65º 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 #7F785A is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 90 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.50 |
| HSL | 48.65º | 0.17% | 0.43% | - |
| HSV(B) | 48.65º | 0.29% | 0.5% | - |
| XYZ | 17.31 | 18.68 | 12.37 | - |
| YUV | 118.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 90 | 0 | 0.06 | 0.29 | 0.50 | 48.65 | 0.17 | 0.43 |
| Hex | 7F | 78 | 5A | 0 | 6 | 1D | 32 | 31 | 11 | 2B |
| Octal | 177 | 170 | 132 | 0 | 6 | 35 | 62 | 61 | 21 | 53 |
| Binary | 1111111 | 1111000 | 1011010 | 0 | 110 | 11101 | 110010 | 110001 | 10001 | 101011 |
Color Harmonies of #7F785A
Complementary color
Monochromatic Colors of #7F785A
Black with #7F785A
Text Example
Text Example
White with #7F785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F785A; }
p { color: rgb(127,120,90); }
H1.HeaderClassName
{
color: #7F785A;
}
.AnyTagClassName
{
color: #7F785A;
}
</style>
background-color css
<style>
a { background-color: #7F785A; }
a { background-color: rgb(127,120,90); }
div.DivClassName
{
background-color: #7F785A;
}
.BgClassName
{
background-color: #7F785A;
}
</style>
border-color css
<style>
span { border-color: #7F785A; }
span { border-color: rgb(127,120,90); }
td.TdClassName
{
border-color: #7F785A;
}
.TagClassName
{
border-color: #7F785A;
}
</style>