Shades of Kokoda #7C7653
Tints of Kokoda #7C7653
RGB
CMYK
RGB Variations
Color information
#7C7653 (or 0x7C7653) is known color: Kokoda. HEX triplet: 7C, 76 and 53. RGB value is (124,118,83). Sum of RGB (Red+Green+Blue) = 124+118+83=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7653 is #8389AC. Grayscale: #737373. Windows color (decimal): -8620461 or 5469820. OLE color: 5469820.
HSL color Cylindrical-coordinate representation of color #7C7653: hue angle of 51.22º 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 #7C7653 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 83 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.51 |
| HSL | 51.22º | 0.2% | 0.41% | - |
| HSV(B) | 51.22º | 0.33% | 0.49% | - |
| XYZ | 16.35 | 17.87 | 10.77 | - |
| YUV | 115.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 83 | 0 | 0.05 | 0.33 | 0.51 | 51.22 | 0.2 | 0.41 |
| Hex | 7C | 76 | 53 | 0 | 5 | 21 | 33 | 33 | 14 | 29 |
| Octal | 174 | 166 | 123 | 0 | 5 | 41 | 63 | 63 | 24 | 51 |
| Binary | 1111100 | 1110110 | 1010011 | 0 | 101 | 100001 | 110011 | 110011 | 10100 | 101001 |
Color Harmonies of #7C7653
Complementary color
Monochromatic Colors of #7C7653
Black with #7C7653
Text Example
Text Example
White with #7C7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7653; }
p { color: rgb(124,118,83); }
H1.HeaderClassName
{
color: #7C7653;
}
.AnyTagClassName
{
color: #7C7653;
}
</style>
background-color css
<style>
a { background-color: #7C7653; }
a { background-color: rgb(124,118,83); }
div.DivClassName
{
background-color: #7C7653;
}
.BgClassName
{
background-color: #7C7653;
}
</style>
border-color css
<style>
span { border-color: #7C7653; }
span { border-color: rgb(124,118,83); }
td.TdClassName
{
border-color: #7C7653;
}
.TagClassName
{
border-color: #7C7653;
}
</style>