Shades of Kokoda #7D775B
Tints of Kokoda #7D775B
RGB
CMYK
RGB Variations
Color information
#7D775B (or 0x7D775B) is known color: Kokoda. HEX triplet: 7D, 77 and 5B. RGB value is (125,119,91). Sum of RGB (Red+Green+Blue) = 125+119+91=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D775B is #8288A4. Grayscale: #757575. Windows color (decimal): -8554661 or 5994365. OLE color: 5994365.
HSL color Cylindrical-coordinate representation of color #7D775B: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D775B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 91 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.51 |
| HSL | 49.41º | 0.16% | 0.42% | - |
| HSV(B) | 49.41º | 0.27% | 0.49% | - |
| XYZ | 16.94 | 18.31 | 12.54 | - |
| YUV | 117.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 91 | 0 | 0.05 | 0.27 | 0.51 | 49.41 | 0.16 | 0.42 |
| Hex | 7D | 77 | 5B | 0 | 5 | 1B | 33 | 31 | 10 | 2A |
| Octal | 175 | 167 | 133 | 0 | 5 | 33 | 63 | 61 | 20 | 52 |
| Binary | 1111101 | 1110111 | 1011011 | 0 | 101 | 11011 | 110011 | 110001 | 10000 | 101010 |
Color Harmonies of #7D775B
Complementary color
Monochromatic Colors of #7D775B
Black with #7D775B
Text Example
Text Example
White with #7D775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D775B; }
p { color: rgb(125,119,91); }
H1.HeaderClassName
{
color: #7D775B;
}
.AnyTagClassName
{
color: #7D775B;
}
</style>
background-color css
<style>
a { background-color: #7D775B; }
a { background-color: rgb(125,119,91); }
div.DivClassName
{
background-color: #7D775B;
}
.BgClassName
{
background-color: #7D775B;
}
</style>
border-color css
<style>
span { border-color: #7D775B; }
span { border-color: rgb(125,119,91); }
td.TdClassName
{
border-color: #7D775B;
}
.TagClassName
{
border-color: #7D775B;
}
</style>