Shades of Kokoda #7D7953
Tints of Kokoda #7D7953
RGB
CMYK
RGB Variations
Color information
#7D7953 (or 0x7D7953) is known color: Kokoda. HEX triplet: 7D, 79 and 53. RGB value is (125,121,83). Sum of RGB (Red+Green+Blue) = 125+121+83=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7953 is #8286AC. Grayscale: #767676. Windows color (decimal): -8554157 or 5470589. OLE color: 5470589.
HSL color Cylindrical-coordinate representation of color #7D7953: hue angle of 54.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D7953 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 83 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.51 |
| HSL | 54.29º | 0.2% | 0.41% | - |
| HSV(B) | 54.29º | 0.34% | 0.49% | - |
| XYZ | 16.86 | 18.66 | 10.9 | - |
| YUV | 117.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 83 | 0 | 0.03 | 0.34 | 0.51 | 54.29 | 0.2 | 0.41 |
| Hex | 7D | 79 | 53 | 0 | 3 | 22 | 33 | 36 | 14 | 29 |
| Octal | 175 | 171 | 123 | 0 | 3 | 42 | 63 | 66 | 24 | 51 |
| Binary | 1111101 | 1111001 | 1010011 | 0 | 11 | 100010 | 110011 | 110110 | 10100 | 101001 |
Color Harmonies of #7D7953
Complementary color
Monochromatic Colors of #7D7953
Black with #7D7953
Text Example
Text Example
White with #7D7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7953; }
p { color: rgb(125,121,83); }
H1.HeaderClassName
{
color: #7D7953;
}
.AnyTagClassName
{
color: #7D7953;
}
</style>
background-color css
<style>
a { background-color: #7D7953; }
a { background-color: rgb(125,121,83); }
div.DivClassName
{
background-color: #7D7953;
}
.BgClassName
{
background-color: #7D7953;
}
</style>
border-color css
<style>
span { border-color: #7D7953; }
span { border-color: rgb(125,121,83); }
td.TdClassName
{
border-color: #7D7953;
}
.TagClassName
{
border-color: #7D7953;
}
</style>