Shades of Kokoda #7F7653
Tints of Kokoda #7F7653
RGB
CMYK
RGB Variations
Color information
#7F7653 (or 0x7F7653) is known color: Kokoda. HEX triplet: 7F, 76 and 53. RGB value is (127,118,83). Sum of RGB (Red+Green+Blue) = 127+118+83=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7653 is #8089AC. Grayscale: #747474. Windows color (decimal): -8423853 or 5469823. OLE color: 5469823.
HSL color Cylindrical-coordinate representation of color #7F7653: hue angle of 47.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F7653 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 83 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.50 |
| HSL | 47.73º | 0.21% | 0.41% | - |
| HSV(B) | 47.73º | 0.35% | 0.5% | - |
| XYZ | 16.79 | 18.09 | 10.79 | - |
| YUV | 116.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 83 | 0 | 0.07 | 0.35 | 0.50 | 47.73 | 0.21 | 0.41 |
| Hex | 7F | 76 | 53 | 0 | 7 | 23 | 32 | 30 | 15 | 29 |
| Octal | 177 | 166 | 123 | 0 | 7 | 43 | 62 | 60 | 25 | 51 |
| Binary | 1111111 | 1110110 | 1010011 | 0 | 111 | 100011 | 110010 | 110000 | 10101 | 101001 |
Color Harmonies of #7F7653
Complementary color
Monochromatic Colors of #7F7653
Black with #7F7653
Text Example
Text Example
White with #7F7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7653; }
p { color: rgb(127,118,83); }
H1.HeaderClassName
{
color: #7F7653;
}
.AnyTagClassName
{
color: #7F7653;
}
</style>
background-color css
<style>
a { background-color: #7F7653; }
a { background-color: rgb(127,118,83); }
div.DivClassName
{
background-color: #7F7653;
}
.BgClassName
{
background-color: #7F7653;
}
</style>
border-color css
<style>
span { border-color: #7F7653; }
span { border-color: rgb(127,118,83); }
td.TdClassName
{
border-color: #7F7653;
}
.TagClassName
{
border-color: #7F7653;
}
</style>