Shades of Kokoda #78755C
Tints of Kokoda #78755C
RGB
CMYK
RGB Variations
Color information
#78755C (or 0x78755C) is known color: Kokoda. HEX triplet: 78, 75 and 5C. RGB value is (120,117,92). Sum of RGB (Red+Green+Blue) = 120+117+92=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78755C is #878AA3. Grayscale: #737373. Windows color (decimal): -8882852 or 6059384. OLE color: 6059384.
HSL color Cylindrical-coordinate representation of color #78755C: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78755C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 92 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.53 |
| HSL | 53.57º | 0.13% | 0.42% | - |
| HSV(B) | 53.57º | 0.23% | 0.47% | - |
| XYZ | 16.04 | 17.49 | 12.66 | - |
| YUV | 115.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 92 | 0 | 0.02 | 0.23 | 0.53 | 53.57 | 0.13 | 0.42 |
| Hex | 78 | 75 | 5C | 0 | 2 | 17 | 35 | 36 | D | 2A |
| Octal | 170 | 165 | 134 | 0 | 2 | 27 | 65 | 66 | 15 | 52 |
| Binary | 1111000 | 1110101 | 1011100 | 0 | 10 | 10111 | 110101 | 110110 | 1101 | 101010 |
Color Harmonies of #78755C
Complementary color
Monochromatic Colors of #78755C
Black with #78755C
Text Example
Text Example
White with #78755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78755C; }
p { color: rgb(120,117,92); }
H1.HeaderClassName
{
color: #78755C;
}
.AnyTagClassName
{
color: #78755C;
}
</style>
background-color css
<style>
a { background-color: #78755C; }
a { background-color: rgb(120,117,92); }
div.DivClassName
{
background-color: #78755C;
}
.BgClassName
{
background-color: #78755C;
}
</style>
border-color css
<style>
span { border-color: #78755C; }
span { border-color: rgb(120,117,92); }
td.TdClassName
{
border-color: #78755C;
}
.TagClassName
{
border-color: #78755C;
}
</style>