Shades of Crete #756E2B
Tints of Crete #756E2B
RGB
CMYK
RGB Variations
Color information
#756E2B (or 0x756E2B) is known color: Crete. HEX triplet: 75, 6E and 2B. RGB value is (117,110,43). Sum of RGB (Red+Green+Blue) = 117+110+43=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #756E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E2B is #8A91D4. Grayscale: #686868. Windows color (decimal): -9081301 or 2846325. OLE color: 2846325.
HSL color Cylindrical-coordinate representation of color #756E2B: hue angle of 54.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #756E2B is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 43 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.54 |
| HSL | 54.32º | 0.46% | 0.31% | - |
| HSV(B) | 54.32º | 0.63% | 0.46% | - |
| XYZ | 13.35 | 15.11 | 4.5 | - |
| YUV | 104.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 43 | 0 | 0.06 | 0.63 | 0.54 | 54.32 | 0.46 | 0.31 |
| Hex | 75 | 6E | 2B | 0 | 6 | 3F | 36 | 36 | 2E | 1F |
| Octal | 165 | 156 | 53 | 0 | 6 | 77 | 66 | 66 | 56 | 37 |
| Binary | 1110101 | 1101110 | 101011 | 0 | 110 | 111111 | 110110 | 110110 | 101110 | 11111 |
Color Harmonies of #756E2B
Complementary color
Monochromatic Colors of #756E2B
Black with #756E2B
Text Example
Text Example
White with #756E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E2B; }
p { color: rgb(117,110,43); }
H1.HeaderClassName
{
color: #756E2B;
}
.AnyTagClassName
{
color: #756E2B;
}
</style>
background-color css
<style>
a { background-color: #756E2B; }
a { background-color: rgb(117,110,43); }
div.DivClassName
{
background-color: #756E2B;
}
.BgClassName
{
background-color: #756E2B;
}
</style>
border-color css
<style>
span { border-color: #756E2B; }
span { border-color: rgb(117,110,43); }
td.TdClassName
{
border-color: #756E2B;
}
.TagClassName
{
border-color: #756E2B;
}
</style>