Shades of Kokoda #7A755C
Tints of Kokoda #7A755C
RGB
CMYK
RGB Variations
Color information
#7A755C (or 0x7A755C) is known color: Kokoda. HEX triplet: 7A, 75 and 5C. RGB value is (122,117,92). Sum of RGB (Red+Green+Blue) = 122+117+92=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A755C is #858AA3. Grayscale: #737373. Windows color (decimal): -8751780 or 6059386. OLE color: 6059386.
HSL color Cylindrical-coordinate representation of color #7A755C: hue angle of 50º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A755C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 92 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.52 |
| HSL | 50º | 0.14% | 0.42% | - |
| HSV(B) | 50º | 0.25% | 0.48% | - |
| XYZ | 16.32 | 17.63 | 12.67 | - |
| YUV | 115.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 92 | 0 | 0.04 | 0.25 | 0.52 | 50 | 0.14 | 0.42 |
| Hex | 7A | 75 | 5C | 0 | 4 | 19 | 34 | 32 | E | 2A |
| Octal | 172 | 165 | 134 | 0 | 4 | 31 | 64 | 62 | 16 | 52 |
| Binary | 1111010 | 1110101 | 1011100 | 0 | 100 | 11001 | 110100 | 110010 | 1110 | 101010 |
Color Harmonies of #7A755C
Complementary color
Monochromatic Colors of #7A755C
Black with #7A755C
Text Example
Text Example
White with #7A755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A755C; }
p { color: rgb(122,117,92); }
H1.HeaderClassName
{
color: #7A755C;
}
.AnyTagClassName
{
color: #7A755C;
}
</style>
background-color css
<style>
a { background-color: #7A755C; }
a { background-color: rgb(122,117,92); }
div.DivClassName
{
background-color: #7A755C;
}
.BgClassName
{
background-color: #7A755C;
}
</style>
border-color css
<style>
span { border-color: #7A755C; }
span { border-color: rgb(122,117,92); }
td.TdClassName
{
border-color: #7A755C;
}
.TagClassName
{
border-color: #7A755C;
}
</style>