Shades of Kokoda #7F7C52
Tints of Kokoda #7F7C52
RGB
CMYK
RGB Variations
Color information
#7F7C52 (or 0x7F7C52) is known color: Kokoda. HEX triplet: 7F, 7C and 52. RGB value is (127,124,82). Sum of RGB (Red+Green+Blue) = 127+124+82=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C52 is #8083AD. Grayscale: #787878. Windows color (decimal): -8422318 or 5405823. OLE color: 5405823.
HSL color Cylindrical-coordinate representation of color #7F7C52: hue angle of 56º degrees, saturation: 0.22, 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 #7F7C52 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 82 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.50 |
| HSL | 56º | 0.22% | 0.41% | - |
| HSV(B) | 56º | 0.35% | 0.5% | - |
| XYZ | 17.48 | 19.54 | 10.83 | - |
| YUV | 120.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 82 | 0 | 0.02 | 0.35 | 0.50 | 56 | 0.22 | 0.41 |
| Hex | 7F | 7C | 52 | 0 | 2 | 23 | 32 | 38 | 16 | 29 |
| Octal | 177 | 174 | 122 | 0 | 2 | 43 | 62 | 70 | 26 | 51 |
| Binary | 1111111 | 1111100 | 1010010 | 0 | 10 | 100011 | 110010 | 111000 | 10110 | 101001 |
Color Harmonies of #7F7C52
Complementary color
Monochromatic Colors of #7F7C52
Black with #7F7C52
Text Example
Text Example
White with #7F7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C52; }
p { color: rgb(127,124,82); }
H1.HeaderClassName
{
color: #7F7C52;
}
.AnyTagClassName
{
color: #7F7C52;
}
</style>
background-color css
<style>
a { background-color: #7F7C52; }
a { background-color: rgb(127,124,82); }
div.DivClassName
{
background-color: #7F7C52;
}
.BgClassName
{
background-color: #7F7C52;
}
</style>
border-color css
<style>
span { border-color: #7F7C52; }
span { border-color: rgb(127,124,82); }
td.TdClassName
{
border-color: #7F7C52;
}
.TagClassName
{
border-color: #7F7C52;
}
</style>