Shades of Kokoda #75725C
Tints of Kokoda #75725C
RGB
CMYK
RGB Variations
Color information
#75725C (or 0x75725C) is known color: Kokoda. HEX triplet: 75, 72 and 5C. RGB value is (117,114,92). Sum of RGB (Red+Green+Blue) = 117+114+92=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75725C is #8A8DA3. Grayscale: #707070. Windows color (decimal): -9080228 or 6058613. OLE color: 6058613.
HSL color Cylindrical-coordinate representation of color #75725C: hue angle of 52.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75725C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 92 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.54 |
| HSL | 52.8º | 0.12% | 0.41% | - |
| HSV(B) | 52.8º | 0.21% | 0.46% | - |
| XYZ | 15.29 | 16.59 | 12.52 | - |
| YUV | 112.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 92 | 0 | 0.03 | 0.21 | 0.54 | 52.8 | 0.12 | 0.41 |
| Hex | 75 | 72 | 5C | 0 | 3 | 15 | 36 | 35 | C | 29 |
| Octal | 165 | 162 | 134 | 0 | 3 | 25 | 66 | 65 | 14 | 51 |
| Binary | 1110101 | 1110010 | 1011100 | 0 | 11 | 10101 | 110110 | 110101 | 1100 | 101001 |
Color Harmonies of #75725C
Complementary color
Monochromatic Colors of #75725C
Black with #75725C
Text Example
Text Example
White with #75725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75725C; }
p { color: rgb(117,114,92); }
H1.HeaderClassName
{
color: #75725C;
}
.AnyTagClassName
{
color: #75725C;
}
</style>
background-color css
<style>
a { background-color: #75725C; }
a { background-color: rgb(117,114,92); }
div.DivClassName
{
background-color: #75725C;
}
.BgClassName
{
background-color: #75725C;
}
</style>
border-color css
<style>
span { border-color: #75725C; }
span { border-color: rgb(117,114,92); }
td.TdClassName
{
border-color: #75725C;
}
.TagClassName
{
border-color: #75725C;
}
</style>