Shades of Crete #756F3B
Tints of Crete #756F3B
RGB
CMYK
RGB Variations
Color information
#756F3B (or 0x756F3B) is known color: Crete. HEX triplet: 75, 6F and 3B. RGB value is (117,111,59). Sum of RGB (Red+Green+Blue) = 117+111+59=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3B is #8A90C4. Grayscale: #6B6B6B. Windows color (decimal): -9081029 or 3895157. OLE color: 3895157.
HSL color Cylindrical-coordinate representation of color #756F3B: hue angle of 53.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756F3B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 59 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.54 |
| HSL | 53.79º | 0.33% | 0.35% | - |
| HSV(B) | 53.79º | 0.5% | 0.46% | - |
| XYZ | 13.81 | 15.47 | 6.4 | - |
| YUV | 106.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 59 | 0 | 0.05 | 0.50 | 0.54 | 53.79 | 0.33 | 0.35 |
| Hex | 75 | 6F | 3B | 0 | 5 | 32 | 36 | 36 | 21 | 23 |
| Octal | 165 | 157 | 73 | 0 | 5 | 62 | 66 | 66 | 41 | 43 |
| Binary | 1110101 | 1101111 | 111011 | 0 | 101 | 110010 | 110110 | 110110 | 100001 | 100011 |
Color Harmonies of #756F3B
Complementary color
Monochromatic Colors of #756F3B
Black with #756F3B
Text Example
Text Example
White with #756F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F3B; }
p { color: rgb(117,111,59); }
H1.HeaderClassName
{
color: #756F3B;
}
.AnyTagClassName
{
color: #756F3B;
}
</style>
background-color css
<style>
a { background-color: #756F3B; }
a { background-color: rgb(117,111,59); }
div.DivClassName
{
background-color: #756F3B;
}
.BgClassName
{
background-color: #756F3B;
}
</style>
border-color css
<style>
span { border-color: #756F3B; }
span { border-color: rgb(117,111,59); }
td.TdClassName
{
border-color: #756F3B;
}
.TagClassName
{
border-color: #756F3B;
}
</style>