Shades of Kokoda #7E795F
Tints of Kokoda #7E795F
RGB
CMYK
RGB Variations
Color information
#7E795F (or 0x7E795F) is known color: Kokoda. HEX triplet: 7E, 79 and 5F. RGB value is (126,121,95). Sum of RGB (Red+Green+Blue) = 126+121+95=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E795F is #8186A0. Grayscale: #777777. Windows color (decimal): -8488609 or 6257022. OLE color: 6257022.
HSL color Cylindrical-coordinate representation of color #7E795F: hue angle of 50.32º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E795F is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 95 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.51 |
| HSL | 50.32º | 0.14% | 0.43% | - |
| HSV(B) | 50.32º | 0.25% | 0.49% | - |
| XYZ | 17.51 | 18.94 | 13.56 | - |
| YUV | 119.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 95 | 0 | 0.04 | 0.25 | 0.51 | 50.32 | 0.14 | 0.43 |
| Hex | 7E | 79 | 5F | 0 | 4 | 19 | 33 | 32 | E | 2B |
| Octal | 176 | 171 | 137 | 0 | 4 | 31 | 63 | 62 | 16 | 53 |
| Binary | 1111110 | 1111001 | 1011111 | 0 | 100 | 11001 | 110011 | 110010 | 1110 | 101011 |
Color Harmonies of #7E795F
Complementary color
Monochromatic Colors of #7E795F
Black with #7E795F
Text Example
Text Example
White with #7E795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E795F; }
p { color: rgb(126,121,95); }
H1.HeaderClassName
{
color: #7E795F;
}
.AnyTagClassName
{
color: #7E795F;
}
</style>
background-color css
<style>
a { background-color: #7E795F; }
a { background-color: rgb(126,121,95); }
div.DivClassName
{
background-color: #7E795F;
}
.BgClassName
{
background-color: #7E795F;
}
</style>
border-color css
<style>
span { border-color: #7E795F; }
span { border-color: rgb(126,121,95); }
td.TdClassName
{
border-color: #7E795F;
}
.TagClassName
{
border-color: #7E795F;
}
</style>