Shades of Kokoda #7F7E53
Tints of Kokoda #7F7E53
RGB
CMYK
RGB Variations
Color information
#7F7E53 (or 0x7F7E53) is known color: Kokoda. HEX triplet: 7F, 7E and 53. RGB value is (127,126,83). Sum of RGB (Red+Green+Blue) = 127+126+83=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7E53 is #8081AC. Grayscale: #797979. Windows color (decimal): -8421805 or 5471871. OLE color: 5471871.
HSL color Cylindrical-coordinate representation of color #7F7E53: hue angle of 58.64º 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 #7F7E53 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 126 | 83 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.50 |
| HSL | 58.64º | 0.21% | 0.41% | - |
| HSV(B) | 58.64º | 0.35% | 0.5% | - |
| XYZ | 17.77 | 20.06 | 11.12 | - |
| YUV | 121.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 83 | 0 | 0.01 | 0.35 | 0.50 | 58.64 | 0.21 | 0.41 |
| Hex | 7F | 7E | 53 | 0 | 1 | 23 | 32 | 3B | 15 | 29 |
| Octal | 177 | 176 | 123 | 0 | 1 | 43 | 62 | 73 | 25 | 51 |
| Binary | 1111111 | 1111110 | 1010011 | 0 | 1 | 100011 | 110010 | 111011 | 10101 | 101001 |
Color Harmonies of #7F7E53
Complementary color
Monochromatic Colors of #7F7E53
Black with #7F7E53
Text Example
Text Example
White with #7F7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7E53; }
p { color: rgb(127,126,83); }
H1.HeaderClassName
{
color: #7F7E53;
}
.AnyTagClassName
{
color: #7F7E53;
}
</style>
background-color css
<style>
a { background-color: #7F7E53; }
a { background-color: rgb(127,126,83); }
div.DivClassName
{
background-color: #7F7E53;
}
.BgClassName
{
background-color: #7F7E53;
}
</style>
border-color css
<style>
span { border-color: #7F7E53; }
span { border-color: rgb(127,126,83); }
td.TdClassName
{
border-color: #7F7E53;
}
.TagClassName
{
border-color: #7F7E53;
}
</style>