Shades of Kokoda #77745B
Tints of Kokoda #77745B
RGB
CMYK
RGB Variations
Color information
#77745B (or 0x77745B) is known color: Kokoda. HEX triplet: 77, 74 and 5B. RGB value is (119,116,91). Sum of RGB (Red+Green+Blue) = 119+116+91=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77745B is #888BA4. Grayscale: #727272. Windows color (decimal): -8948645 or 5993591. OLE color: 5993591.
HSL color Cylindrical-coordinate representation of color #77745B: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77745B is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 91 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.53 |
| HSL | 53.57º | 0.13% | 0.41% | - |
| HSV(B) | 53.57º | 0.24% | 0.47% | - |
| XYZ | 15.74 | 17.17 | 12.38 | - |
| YUV | 114.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 91 | 0 | 0.03 | 0.24 | 0.53 | 53.57 | 0.13 | 0.41 |
| Hex | 77 | 74 | 5B | 0 | 3 | 18 | 35 | 36 | D | 29 |
| Octal | 167 | 164 | 133 | 0 | 3 | 30 | 65 | 66 | 15 | 51 |
| Binary | 1110111 | 1110100 | 1011011 | 0 | 11 | 11000 | 110101 | 110110 | 1101 | 101001 |
Color Harmonies of #77745B
Complementary color
Monochromatic Colors of #77745B
Black with #77745B
Text Example
Text Example
White with #77745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77745B; }
p { color: rgb(119,116,91); }
H1.HeaderClassName
{
color: #77745B;
}
.AnyTagClassName
{
color: #77745B;
}
</style>
background-color css
<style>
a { background-color: #77745B; }
a { background-color: rgb(119,116,91); }
div.DivClassName
{
background-color: #77745B;
}
.BgClassName
{
background-color: #77745B;
}
</style>
border-color css
<style>
span { border-color: #77745B; }
span { border-color: rgb(119,116,91); }
td.TdClassName
{
border-color: #77745B;
}
.TagClassName
{
border-color: #77745B;
}
</style>