Shades of Kokoda #7D7658
Tints of Kokoda #7D7658
RGB
CMYK
RGB Variations
Color information
#7D7658 (or 0x7D7658) is known color: Kokoda. HEX triplet: 7D, 76 and 58. RGB value is (125,118,88). Sum of RGB (Red+Green+Blue) = 125+118+88=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7658 is #8289A7. Grayscale: #747474. Windows color (decimal): -8554920 or 5797501. OLE color: 5797501.
HSL color Cylindrical-coordinate representation of color #7D7658: hue angle of 48.65º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7658 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 88 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.51 |
| HSL | 48.65º | 0.17% | 0.42% | - |
| HSV(B) | 48.65º | 0.3% | 0.49% | - |
| XYZ | 16.7 | 18.02 | 11.83 | - |
| YUV | 116.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 88 | 0 | 0.06 | 0.30 | 0.51 | 48.65 | 0.17 | 0.42 |
| Hex | 7D | 76 | 58 | 0 | 6 | 1E | 33 | 31 | 11 | 2A |
| Octal | 175 | 166 | 130 | 0 | 6 | 36 | 63 | 61 | 21 | 52 |
| Binary | 1111101 | 1110110 | 1011000 | 0 | 110 | 11110 | 110011 | 110001 | 10001 | 101010 |
Color Harmonies of #7D7658
Complementary color
Monochromatic Colors of #7D7658
Black with #7D7658
Text Example
Text Example
White with #7D7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7658; }
p { color: rgb(125,118,88); }
H1.HeaderClassName
{
color: #7D7658;
}
.AnyTagClassName
{
color: #7D7658;
}
</style>
background-color css
<style>
a { background-color: #7D7658; }
a { background-color: rgb(125,118,88); }
div.DivClassName
{
background-color: #7D7658;
}
.BgClassName
{
background-color: #7D7658;
}
</style>
border-color css
<style>
span { border-color: #7D7658; }
span { border-color: rgb(125,118,88); }
td.TdClassName
{
border-color: #7D7658;
}
.TagClassName
{
border-color: #7D7658;
}
</style>