Shades of Kokoda #7F7E5D
Tints of Kokoda #7F7E5D
RGB
CMYK
RGB Variations
Color information
#7F7E5D (or 0x7F7E5D) is known color: Kokoda. HEX triplet: 7F, 7E and 5D. RGB value is (127,126,93). Sum of RGB (Red+Green+Blue) = 127+126+93=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7E5D is #8081A2. Grayscale: #7A7A7A. Windows color (decimal): -8421795 or 6127231. OLE color: 6127231.
HSL color Cylindrical-coordinate representation of color #7F7E5D: hue angle of 58.24º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7E5D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 126 | 93 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.50 |
| HSL | 58.24º | 0.15% | 0.43% | - |
| HSV(B) | 58.24º | 0.27% | 0.5% | - |
| XYZ | 18.19 | 20.22 | 13.3 | - |
| YUV | 122.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 93 | 0 | 0.01 | 0.27 | 0.50 | 58.24 | 0.15 | 0.43 |
| Hex | 7F | 7E | 5D | 0 | 1 | 1B | 32 | 3A | F | 2B |
| Octal | 177 | 176 | 135 | 0 | 1 | 33 | 62 | 72 | 17 | 53 |
| Binary | 1111111 | 1111110 | 1011101 | 0 | 1 | 11011 | 110010 | 111010 | 1111 | 101011 |
Color Harmonies of #7F7E5D
Complementary color
Monochromatic Colors of #7F7E5D
Black with #7F7E5D
Text Example
Text Example
White with #7F7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7E5D; }
p { color: rgb(127,126,93); }
H1.HeaderClassName
{
color: #7F7E5D;
}
.AnyTagClassName
{
color: #7F7E5D;
}
</style>
background-color css
<style>
a { background-color: #7F7E5D; }
a { background-color: rgb(127,126,93); }
div.DivClassName
{
background-color: #7F7E5D;
}
.BgClassName
{
background-color: #7F7E5D;
}
</style>
border-color css
<style>
span { border-color: #7F7E5D; }
span { border-color: rgb(127,126,93); }
td.TdClassName
{
border-color: #7F7E5D;
}
.TagClassName
{
border-color: #7F7E5D;
}
</style>