Shades of Kokoda #78764D
Tints of Kokoda #78764D
RGB
CMYK
RGB Variations
Color information
#78764D (or 0x78764D) is known color: Kokoda. HEX triplet: 78, 76 and 4D. RGB value is (120,118,77). Sum of RGB (Red+Green+Blue) = 120+118+77=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78764D is #8789B2. Grayscale: #727272. Windows color (decimal): -8882611 or 5076600. OLE color: 5076600.
HSL color Cylindrical-coordinate representation of color #78764D: hue angle of 57.21º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78764D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 77 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.53 |
| HSL | 57.21º | 0.22% | 0.39% | - |
| HSV(B) | 57.21º | 0.36% | 0.47% | - |
| XYZ | 15.56 | 17.49 | 9.58 | - |
| YUV | 113.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 77 | 0 | 0.02 | 0.36 | 0.53 | 57.21 | 0.22 | 0.39 |
| Hex | 78 | 76 | 4D | 0 | 2 | 24 | 35 | 39 | 16 | 27 |
| Octal | 170 | 166 | 115 | 0 | 2 | 44 | 65 | 71 | 26 | 47 |
| Binary | 1111000 | 1110110 | 1001101 | 0 | 10 | 100100 | 110101 | 111001 | 10110 | 100111 |
Color Harmonies of #78764D
Complementary color
Monochromatic Colors of #78764D
Black with #78764D
Text Example
Text Example
White with #78764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78764D; }
p { color: rgb(120,118,77); }
H1.HeaderClassName
{
color: #78764D;
}
.AnyTagClassName
{
color: #78764D;
}
</style>
background-color css
<style>
a { background-color: #78764D; }
a { background-color: rgb(120,118,77); }
div.DivClassName
{
background-color: #78764D;
}
.BgClassName
{
background-color: #78764D;
}
</style>
border-color css
<style>
span { border-color: #78764D; }
span { border-color: rgb(120,118,77); }
td.TdClassName
{
border-color: #78764D;
}
.TagClassName
{
border-color: #78764D;
}
</style>