Shades of Kokoda #7C7B5B
Tints of Kokoda #7C7B5B
RGB
CMYK
RGB Variations
Color information
#7C7B5B (or 0x7C7B5B) is known color: Kokoda. HEX triplet: 7C, 7B and 5B. RGB value is (124,123,91). Sum of RGB (Red+Green+Blue) = 124+123+91=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B5B is #8384A4. Grayscale: #777777. Windows color (decimal): -8619173 or 5995388. OLE color: 5995388.
HSL color Cylindrical-coordinate representation of color #7C7B5B: hue angle of 58.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C7B5B is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 123 | 91 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.51 |
| HSL | 58.18º | 0.15% | 0.42% | - |
| HSV(B) | 58.18º | 0.27% | 0.49% | - |
| XYZ | 17.28 | 19.21 | 12.69 | - |
| YUV | 119.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 91 | 0 | 0.01 | 0.27 | 0.51 | 58.18 | 0.15 | 0.42 |
| Hex | 7C | 7B | 5B | 0 | 1 | 1B | 33 | 3A | F | 2A |
| Octal | 174 | 173 | 133 | 0 | 1 | 33 | 63 | 72 | 17 | 52 |
| Binary | 1111100 | 1111011 | 1011011 | 0 | 1 | 11011 | 110011 | 111010 | 1111 | 101010 |
Color Harmonies of #7C7B5B
Complementary color
Monochromatic Colors of #7C7B5B
Black with #7C7B5B
Text Example
Text Example
White with #7C7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B5B; }
p { color: rgb(124,123,91); }
H1.HeaderClassName
{
color: #7C7B5B;
}
.AnyTagClassName
{
color: #7C7B5B;
}
</style>
background-color css
<style>
a { background-color: #7C7B5B; }
a { background-color: rgb(124,123,91); }
div.DivClassName
{
background-color: #7C7B5B;
}
.BgClassName
{
background-color: #7C7B5B;
}
</style>
border-color css
<style>
span { border-color: #7C7B5B; }
span { border-color: rgb(124,123,91); }
td.TdClassName
{
border-color: #7C7B5B;
}
.TagClassName
{
border-color: #7C7B5B;
}
</style>