Shades of Kokoda #7B765C
Tints of Kokoda #7B765C
RGB
CMYK
RGB Variations
Color information
#7B765C (or 0x7B765C) is known color: Kokoda. HEX triplet: 7B, 76 and 5C. RGB value is (123,118,92). Sum of RGB (Red+Green+Blue) = 123+118+92=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B765C is #8489A3. Grayscale: #747474. Windows color (decimal): -8685988 or 6059643. OLE color: 6059643.
HSL color Cylindrical-coordinate representation of color #7B765C: hue angle of 50.32º 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 #7B765C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 92 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.52 |
| HSL | 50.32º | 0.14% | 0.42% | - |
| HSV(B) | 50.32º | 0.25% | 0.48% | - |
| XYZ | 16.58 | 17.94 | 12.71 | - |
| YUV | 116.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 92 | 0 | 0.04 | 0.25 | 0.52 | 50.32 | 0.14 | 0.42 |
| Hex | 7B | 76 | 5C | 0 | 4 | 19 | 34 | 32 | E | 2A |
| Octal | 173 | 166 | 134 | 0 | 4 | 31 | 64 | 62 | 16 | 52 |
| Binary | 1111011 | 1110110 | 1011100 | 0 | 100 | 11001 | 110100 | 110010 | 1110 | 101010 |
Color Harmonies of #7B765C
Complementary color
Monochromatic Colors of #7B765C
Black with #7B765C
Text Example
Text Example
White with #7B765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B765C; }
p { color: rgb(123,118,92); }
H1.HeaderClassName
{
color: #7B765C;
}
.AnyTagClassName
{
color: #7B765C;
}
</style>
background-color css
<style>
a { background-color: #7B765C; }
a { background-color: rgb(123,118,92); }
div.DivClassName
{
background-color: #7B765C;
}
.BgClassName
{
background-color: #7B765C;
}
</style>
border-color css
<style>
span { border-color: #7B765C; }
span { border-color: rgb(123,118,92); }
td.TdClassName
{
border-color: #7B765C;
}
.TagClassName
{
border-color: #7B765C;
}
</style>