Shades of Kokoda #7D7A54
Tints of Kokoda #7D7A54
RGB
CMYK
RGB Variations
Color information
#7D7A54 (or 0x7D7A54) is known color: Kokoda. HEX triplet: 7D, 7A and 54. RGB value is (125,122,84). Sum of RGB (Red+Green+Blue) = 125+122+84=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A54 is #8285AB. Grayscale: #767676. Windows color (decimal): -8553900 or 5536381. OLE color: 5536381.
HSL color Cylindrical-coordinate representation of color #7D7A54: hue angle of 55.61º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7A54 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 122 | 84 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.51 |
| HSL | 55.61º | 0.2% | 0.41% | - |
| HSV(B) | 55.61º | 0.33% | 0.49% | - |
| XYZ | 17.02 | 18.92 | 11.14 | - |
| YUV | 118.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 84 | 0 | 0.02 | 0.33 | 0.51 | 55.61 | 0.2 | 0.41 |
| Hex | 7D | 7A | 54 | 0 | 2 | 21 | 33 | 38 | 14 | 29 |
| Octal | 175 | 172 | 124 | 0 | 2 | 41 | 63 | 70 | 24 | 51 |
| Binary | 1111101 | 1111010 | 1010100 | 0 | 10 | 100001 | 110011 | 111000 | 10100 | 101001 |
Color Harmonies of #7D7A54
Complementary color
Monochromatic Colors of #7D7A54
Black with #7D7A54
Text Example
Text Example
White with #7D7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A54; }
p { color: rgb(125,122,84); }
H1.HeaderClassName
{
color: #7D7A54;
}
.AnyTagClassName
{
color: #7D7A54;
}
</style>
background-color css
<style>
a { background-color: #7D7A54; }
a { background-color: rgb(125,122,84); }
div.DivClassName
{
background-color: #7D7A54;
}
.BgClassName
{
background-color: #7D7A54;
}
</style>
border-color css
<style>
span { border-color: #7D7A54; }
span { border-color: rgb(125,122,84); }
td.TdClassName
{
border-color: #7D7A54;
}
.TagClassName
{
border-color: #7D7A54;
}
</style>