Shades of Kokoda #7C7753
Tints of Kokoda #7C7753
RGB
CMYK
RGB Variations
Color information
#7C7753 (or 0x7C7753) is known color: Kokoda. HEX triplet: 7C, 77 and 53. RGB value is (124,119,83). Sum of RGB (Red+Green+Blue) = 124+119+83=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7753 is #8388AC. Grayscale: #747474. Windows color (decimal): -8620205 or 5470076. OLE color: 5470076.
HSL color Cylindrical-coordinate representation of color #7C7753: hue angle of 52.68º 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 #7C7753 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 83 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.51 |
| HSL | 52.68º | 0.2% | 0.41% | - |
| HSV(B) | 52.68º | 0.33% | 0.49% | - |
| XYZ | 16.47 | 18.1 | 10.81 | - |
| YUV | 116.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 83 | 0 | 0.04 | 0.33 | 0.51 | 52.68 | 0.2 | 0.41 |
| Hex | 7C | 77 | 53 | 0 | 4 | 21 | 33 | 35 | 14 | 29 |
| Octal | 174 | 167 | 123 | 0 | 4 | 41 | 63 | 65 | 24 | 51 |
| Binary | 1111100 | 1110111 | 1010011 | 0 | 100 | 100001 | 110011 | 110101 | 10100 | 101001 |
Color Harmonies of #7C7753
Complementary color
Monochromatic Colors of #7C7753
Black with #7C7753
Text Example
Text Example
White with #7C7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7753; }
p { color: rgb(124,119,83); }
H1.HeaderClassName
{
color: #7C7753;
}
.AnyTagClassName
{
color: #7C7753;
}
</style>
background-color css
<style>
a { background-color: #7C7753; }
a { background-color: rgb(124,119,83); }
div.DivClassName
{
background-color: #7C7753;
}
.BgClassName
{
background-color: #7C7753;
}
</style>
border-color css
<style>
span { border-color: #7C7753; }
span { border-color: rgb(124,119,83); }
td.TdClassName
{
border-color: #7C7753;
}
.TagClassName
{
border-color: #7C7753;
}
</style>