Shades of Kokoda #7B7456
Tints of Kokoda #7B7456
RGB
CMYK
RGB Variations
Color information
#7B7456 (or 0x7B7456) is known color: Kokoda. HEX triplet: 7B, 74 and 56. RGB value is (123,116,86). Sum of RGB (Red+Green+Blue) = 123+116+86=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7456 is #848BA9. Grayscale: #727272. Windows color (decimal): -8686506 or 5665915. OLE color: 5665915.
HSL color Cylindrical-coordinate representation of color #7B7456: hue angle of 48.65º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B7456 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 86 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.52 |
| HSL | 48.65º | 0.18% | 0.41% | - |
| HSV(B) | 48.65º | 0.3% | 0.48% | - |
| XYZ | 16.09 | 17.37 | 11.31 | - |
| YUV | 114.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 86 | 0 | 0.06 | 0.30 | 0.52 | 48.65 | 0.18 | 0.41 |
| Hex | 7B | 74 | 56 | 0 | 6 | 1E | 34 | 31 | 12 | 29 |
| Octal | 173 | 164 | 126 | 0 | 6 | 36 | 64 | 61 | 22 | 51 |
| Binary | 1111011 | 1110100 | 1010110 | 0 | 110 | 11110 | 110100 | 110001 | 10010 | 101001 |
Color Harmonies of #7B7456
Complementary color
Monochromatic Colors of #7B7456
Black with #7B7456
Text Example
Text Example
White with #7B7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7456; }
p { color: rgb(123,116,86); }
H1.HeaderClassName
{
color: #7B7456;
}
.AnyTagClassName
{
color: #7B7456;
}
</style>
background-color css
<style>
a { background-color: #7B7456; }
a { background-color: rgb(123,116,86); }
div.DivClassName
{
background-color: #7B7456;
}
.BgClassName
{
background-color: #7B7456;
}
</style>
border-color css
<style>
span { border-color: #7B7456; }
span { border-color: rgb(123,116,86); }
td.TdClassName
{
border-color: #7B7456;
}
.TagClassName
{
border-color: #7B7456;
}
</style>