Shades of Kokoda #7F795D
Tints of Kokoda #7F795D
RGB
CMYK
RGB Variations
Color information
#7F795D (or 0x7F795D) is known color: Kokoda. HEX triplet: 7F, 79 and 5D. RGB value is (127,121,93). Sum of RGB (Red+Green+Blue) = 127+121+93=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F795D is #8086A2. Grayscale: #777777. Windows color (decimal): -8423075 or 6125951. OLE color: 6125951.
HSL color Cylindrical-coordinate representation of color #7F795D: hue angle of 49.41º 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 #7F795D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 93 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.50 |
| HSL | 49.41º | 0.15% | 0.43% | - |
| HSV(B) | 49.41º | 0.27% | 0.5% | - |
| XYZ | 17.57 | 18.98 | 13.09 | - |
| YUV | 119.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 93 | 0 | 0.05 | 0.27 | 0.50 | 49.41 | 0.15 | 0.43 |
| Hex | 7F | 79 | 5D | 0 | 5 | 1B | 32 | 31 | F | 2B |
| Octal | 177 | 171 | 135 | 0 | 5 | 33 | 62 | 61 | 17 | 53 |
| Binary | 1111111 | 1111001 | 1011101 | 0 | 101 | 11011 | 110010 | 110001 | 1111 | 101011 |
Color Harmonies of #7F795D
Complementary color
Monochromatic Colors of #7F795D
Black with #7F795D
Text Example
Text Example
White with #7F795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F795D; }
p { color: rgb(127,121,93); }
H1.HeaderClassName
{
color: #7F795D;
}
.AnyTagClassName
{
color: #7F795D;
}
</style>
background-color css
<style>
a { background-color: #7F795D; }
a { background-color: rgb(127,121,93); }
div.DivClassName
{
background-color: #7F795D;
}
.BgClassName
{
background-color: #7F795D;
}
</style>
border-color css
<style>
span { border-color: #7F795D; }
span { border-color: rgb(127,121,93); }
td.TdClassName
{
border-color: #7F795D;
}
.TagClassName
{
border-color: #7F795D;
}
</style>