Shades of Kokoda #7B7A4A
Tints of Kokoda #7B7A4A
RGB
CMYK
RGB Variations
Color information
#7B7A4A (or 0x7B7A4A) is known color: Kokoda. HEX triplet: 7B, 7A and 4A. RGB value is (123,122,74). Sum of RGB (Red+Green+Blue) = 123+122+74=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A4A is #8485B5. Grayscale: #757575. Windows color (decimal): -8684982 or 4881019. OLE color: 4881019.
HSL color Cylindrical-coordinate representation of color #7B7A4A: hue angle of 58.78º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7A4A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 74 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.52 |
| HSL | 58.78º | 0.25% | 0.39% | - |
| HSV(B) | 58.78º | 0.4% | 0.48% | - |
| XYZ | 16.36 | 18.62 | 9.21 | - |
| YUV | 116.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 74 | 0 | 0.01 | 0.40 | 0.52 | 58.78 | 0.25 | 0.39 |
| Hex | 7B | 7A | 4A | 0 | 1 | 28 | 34 | 3B | 19 | 27 |
| Octal | 173 | 172 | 112 | 0 | 1 | 50 | 64 | 73 | 31 | 47 |
| Binary | 1111011 | 1111010 | 1001010 | 0 | 1 | 101000 | 110100 | 111011 | 11001 | 100111 |
Color Harmonies of #7B7A4A
Complementary color
Monochromatic Colors of #7B7A4A
Black with #7B7A4A
Text Example
Text Example
White with #7B7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A4A; }
p { color: rgb(123,122,74); }
H1.HeaderClassName
{
color: #7B7A4A;
}
.AnyTagClassName
{
color: #7B7A4A;
}
</style>
background-color css
<style>
a { background-color: #7B7A4A; }
a { background-color: rgb(123,122,74); }
div.DivClassName
{
background-color: #7B7A4A;
}
.BgClassName
{
background-color: #7B7A4A;
}
</style>
border-color css
<style>
span { border-color: #7B7A4A; }
span { border-color: rgb(123,122,74); }
td.TdClassName
{
border-color: #7B7A4A;
}
.TagClassName
{
border-color: #7B7A4A;
}
</style>