Shades of Crete #756D2D
Tints of Crete #756D2D
RGB
CMYK
RGB Variations
Color information
#756D2D (or 0x756D2D) is known color: Crete. HEX triplet: 75, 6D and 2D. RGB value is (117,109,45). Sum of RGB (Red+Green+Blue) = 117+109+45=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D2D is #8A92D2. Grayscale: #686868. Windows color (decimal): -9081555 or 2977141. OLE color: 2977141.
HSL color Cylindrical-coordinate representation of color #756D2D: hue angle of 53.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #756D2D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 45 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.54 |
| HSL | 53.33º | 0.44% | 0.32% | - |
| HSV(B) | 53.33º | 0.62% | 0.46% | - |
| XYZ | 13.28 | 14.91 | 4.66 | - |
| YUV | 104.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 45 | 0 | 0.07 | 0.62 | 0.54 | 53.33 | 0.44 | 0.32 |
| Hex | 75 | 6D | 2D | 0 | 7 | 3E | 36 | 35 | 2C | 20 |
| Octal | 165 | 155 | 55 | 0 | 7 | 76 | 66 | 65 | 54 | 40 |
| Binary | 1110101 | 1101101 | 101101 | 0 | 111 | 111110 | 110110 | 110101 | 101100 | 100000 |
Color Harmonies of #756D2D
Complementary color
Monochromatic Colors of #756D2D
Black with #756D2D
Text Example
Text Example
White with #756D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D2D; }
p { color: rgb(117,109,45); }
H1.HeaderClassName
{
color: #756D2D;
}
.AnyTagClassName
{
color: #756D2D;
}
</style>
background-color css
<style>
a { background-color: #756D2D; }
a { background-color: rgb(117,109,45); }
div.DivClassName
{
background-color: #756D2D;
}
.BgClassName
{
background-color: #756D2D;
}
</style>
border-color css
<style>
span { border-color: #756D2D; }
span { border-color: rgb(117,109,45); }
td.TdClassName
{
border-color: #756D2D;
}
.TagClassName
{
border-color: #756D2D;
}
</style>