Shades of Kokoda #7C7558
Tints of Kokoda #7C7558
RGB
CMYK
RGB Variations
Color information
#7C7558 (or 0x7C7558) is known color: Kokoda. HEX triplet: 7C, 75 and 58. RGB value is (124,117,88). Sum of RGB (Red+Green+Blue) = 124+117+88=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7558 is #838AA7. Grayscale: #737373. Windows color (decimal): -8620712 or 5797244. OLE color: 5797244.
HSL color Cylindrical-coordinate representation of color #7C7558: hue angle of 48.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C7558 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 88 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.51 |
| HSL | 48.33º | 0.17% | 0.42% | - |
| HSV(B) | 48.33º | 0.29% | 0.49% | - |
| XYZ | 16.43 | 17.71 | 11.79 | - |
| YUV | 115.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 88 | 0 | 0.06 | 0.29 | 0.51 | 48.33 | 0.17 | 0.42 |
| Hex | 7C | 75 | 58 | 0 | 6 | 1D | 33 | 30 | 11 | 2A |
| Octal | 174 | 165 | 130 | 0 | 6 | 35 | 63 | 60 | 21 | 52 |
| Binary | 1111100 | 1110101 | 1011000 | 0 | 110 | 11101 | 110011 | 110000 | 10001 | 101010 |
Color Harmonies of #7C7558
Complementary color
Monochromatic Colors of #7C7558
Black with #7C7558
Text Example
Text Example
White with #7C7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7558; }
p { color: rgb(124,117,88); }
H1.HeaderClassName
{
color: #7C7558;
}
.AnyTagClassName
{
color: #7C7558;
}
</style>
background-color css
<style>
a { background-color: #7C7558; }
a { background-color: rgb(124,117,88); }
div.DivClassName
{
background-color: #7C7558;
}
.BgClassName
{
background-color: #7C7558;
}
</style>
border-color css
<style>
span { border-color: #7C7558; }
span { border-color: rgb(124,117,88); }
td.TdClassName
{
border-color: #7C7558;
}
.TagClassName
{
border-color: #7C7558;
}
</style>