Shades of Kokoda #7F785C
Tints of Kokoda #7F785C
RGB
CMYK
RGB Variations
Color information
#7F785C (or 0x7F785C) is known color: Kokoda. HEX triplet: 7F, 78 and 5C. RGB value is (127,120,92). Sum of RGB (Red+Green+Blue) = 127+120+92=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F785C is #8087A3. Grayscale: #777777. Windows color (decimal): -8423332 or 6060159. OLE color: 6060159.
HSL color Cylindrical-coordinate representation of color #7F785C: hue angle of 48º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F785C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 92 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.50 |
| HSL | 48º | 0.16% | 0.43% | - |
| HSV(B) | 48º | 0.28% | 0.5% | - |
| XYZ | 17.4 | 18.72 | 12.82 | - |
| YUV | 118.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 92 | 0 | 0.06 | 0.28 | 0.50 | 48 | 0.16 | 0.43 |
| Hex | 7F | 78 | 5C | 0 | 6 | 1C | 32 | 30 | 10 | 2B |
| Octal | 177 | 170 | 134 | 0 | 6 | 34 | 62 | 60 | 20 | 53 |
| Binary | 1111111 | 1111000 | 1011100 | 0 | 110 | 11100 | 110010 | 110000 | 10000 | 101011 |
Color Harmonies of #7F785C
Complementary color
Monochromatic Colors of #7F785C
Black with #7F785C
Text Example
Text Example
White with #7F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F785C; }
p { color: rgb(127,120,92); }
H1.HeaderClassName
{
color: #7F785C;
}
.AnyTagClassName
{
color: #7F785C;
}
</style>
background-color css
<style>
a { background-color: #7F785C; }
a { background-color: rgb(127,120,92); }
div.DivClassName
{
background-color: #7F785C;
}
.BgClassName
{
background-color: #7F785C;
}
</style>
border-color css
<style>
span { border-color: #7F785C; }
span { border-color: rgb(127,120,92); }
td.TdClassName
{
border-color: #7F785C;
}
.TagClassName
{
border-color: #7F785C;
}
</style>