Shades of Kokoda #7F7C63
Tints of Kokoda #7F7C63
RGB
CMYK
RGB Variations
Color information
#7F7C63 (or 0x7F7C63) is known color: Kokoda. HEX triplet: 7F, 7C and 63. RGB value is (127,124,99). Sum of RGB (Red+Green+Blue) = 127+124+99=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C63 is #80839C. Grayscale: #7A7A7A. Windows color (decimal): -8422301 or 6519935. OLE color: 6519935.
HSL color Cylindrical-coordinate representation of color #7F7C63: hue angle of 53.57º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7C63 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 99 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.50 |
| HSL | 53.57º | 0.12% | 0.44% | - |
| HSV(B) | 53.57º | 0.22% | 0.5% | - |
| XYZ | 18.21 | 19.83 | 14.67 | - |
| YUV | 122.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 99 | 0 | 0.02 | 0.22 | 0.50 | 53.57 | 0.12 | 0.44 |
| Hex | 7F | 7C | 63 | 0 | 2 | 16 | 32 | 36 | C | 2C |
| Octal | 177 | 174 | 143 | 0 | 2 | 26 | 62 | 66 | 14 | 54 |
| Binary | 1111111 | 1111100 | 1100011 | 0 | 10 | 10110 | 110010 | 110110 | 1100 | 101100 |
Color Harmonies of #7F7C63
Complementary color
Monochromatic Colors of #7F7C63
Black with #7F7C63
Text Example
Text Example
White with #7F7C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C63; }
p { color: rgb(127,124,99); }
H1.HeaderClassName
{
color: #7F7C63;
}
.AnyTagClassName
{
color: #7F7C63;
}
</style>
background-color css
<style>
a { background-color: #7F7C63; }
a { background-color: rgb(127,124,99); }
div.DivClassName
{
background-color: #7F7C63;
}
.BgClassName
{
background-color: #7F7C63;
}
</style>
border-color css
<style>
span { border-color: #7F7C63; }
span { border-color: rgb(127,124,99); }
td.TdClassName
{
border-color: #7F7C63;
}
.TagClassName
{
border-color: #7F7C63;
}
</style>