Shades of Kokoda #7C765A
Tints of Kokoda #7C765A
RGB
CMYK
RGB Variations
Color information
#7C765A (or 0x7C765A) is known color: Kokoda. HEX triplet: 7C, 76 and 5A. RGB value is (124,118,90). Sum of RGB (Red+Green+Blue) = 124+118+90=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C765A is #8389A5. Grayscale: #747474. Windows color (decimal): -8620454 or 5928572. OLE color: 5928572.
HSL color Cylindrical-coordinate representation of color #7C765A: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C765A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 90 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.51 |
| HSL | 49.41º | 0.16% | 0.42% | - |
| HSV(B) | 49.41º | 0.27% | 0.49% | - |
| XYZ | 16.64 | 17.98 | 12.27 | - |
| YUV | 116.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 90 | 0 | 0.05 | 0.27 | 0.51 | 49.41 | 0.16 | 0.42 |
| Hex | 7C | 76 | 5A | 0 | 5 | 1B | 33 | 31 | 10 | 2A |
| Octal | 174 | 166 | 132 | 0 | 5 | 33 | 63 | 61 | 20 | 52 |
| Binary | 1111100 | 1110110 | 1011010 | 0 | 101 | 11011 | 110011 | 110001 | 10000 | 101010 |
Color Harmonies of #7C765A
Complementary color
Monochromatic Colors of #7C765A
Black with #7C765A
Text Example
Text Example
White with #7C765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C765A; }
p { color: rgb(124,118,90); }
H1.HeaderClassName
{
color: #7C765A;
}
.AnyTagClassName
{
color: #7C765A;
}
</style>
background-color css
<style>
a { background-color: #7C765A; }
a { background-color: rgb(124,118,90); }
div.DivClassName
{
background-color: #7C765A;
}
.BgClassName
{
background-color: #7C765A;
}
</style>
border-color css
<style>
span { border-color: #7C765A; }
span { border-color: rgb(124,118,90); }
td.TdClassName
{
border-color: #7C765A;
}
.TagClassName
{
border-color: #7C765A;
}
</style>