Shades of Kokoda #77754D
Tints of Kokoda #77754D
RGB
CMYK
RGB Variations
Color information
#77754D (or 0x77754D) is known color: Kokoda. HEX triplet: 77, 75 and 4D. RGB value is (119,117,77). Sum of RGB (Red+Green+Blue) = 119+117+77=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77754D is #888AB2. Grayscale: #717171. Windows color (decimal): -8948403 or 5076343. OLE color: 5076343.
HSL color Cylindrical-coordinate representation of color #77754D: hue angle of 57.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77754D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 77 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.53 |
| HSL | 57.14º | 0.21% | 0.38% | - |
| HSV(B) | 57.14º | 0.35% | 0.47% | - |
| XYZ | 15.31 | 17.18 | 9.53 | - |
| YUV | 113.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 77 | 0 | 0.02 | 0.35 | 0.53 | 57.14 | 0.21 | 0.38 |
| Hex | 77 | 75 | 4D | 0 | 2 | 23 | 35 | 39 | 15 | 26 |
| Octal | 167 | 165 | 115 | 0 | 2 | 43 | 65 | 71 | 25 | 46 |
| Binary | 1110111 | 1110101 | 1001101 | 0 | 10 | 100011 | 110101 | 111001 | 10101 | 100110 |
Color Harmonies of #77754D
Complementary color
Monochromatic Colors of #77754D
Black with #77754D
Text Example
Text Example
White with #77754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77754D; }
p { color: rgb(119,117,77); }
H1.HeaderClassName
{
color: #77754D;
}
.AnyTagClassName
{
color: #77754D;
}
</style>
background-color css
<style>
a { background-color: #77754D; }
a { background-color: rgb(119,117,77); }
div.DivClassName
{
background-color: #77754D;
}
.BgClassName
{
background-color: #77754D;
}
</style>
border-color css
<style>
span { border-color: #77754D; }
span { border-color: rgb(119,117,77); }
td.TdClassName
{
border-color: #77754D;
}
.TagClassName
{
border-color: #77754D;
}
</style>