Shades of Crete #756F3D
Tints of Crete #756F3D
RGB
CMYK
RGB Variations
Color information
#756F3D (or 0x756F3D) is known color: Crete. HEX triplet: 75, 6F and 3D. RGB value is (117,111,61). Sum of RGB (Red+Green+Blue) = 117+111+61=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3D is #8A90C2. Grayscale: #6B6B6B. Windows color (decimal): -9081027 or 4026229. OLE color: 4026229.
HSL color Cylindrical-coordinate representation of color #756F3D: hue angle of 53.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756F3D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 61 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.54 |
| HSL | 53.57º | 0.31% | 0.35% | - |
| HSV(B) | 53.57º | 0.48% | 0.46% | - |
| XYZ | 13.86 | 15.49 | 6.67 | - |
| YUV | 107.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 61 | 0 | 0.05 | 0.48 | 0.54 | 53.57 | 0.31 | 0.35 |
| Hex | 75 | 6F | 3D | 0 | 5 | 30 | 36 | 36 | 1F | 23 |
| Octal | 165 | 157 | 75 | 0 | 5 | 60 | 66 | 66 | 37 | 43 |
| Binary | 1110101 | 1101111 | 111101 | 0 | 101 | 110000 | 110110 | 110110 | 11111 | 100011 |
Color Harmonies of #756F3D
Complementary color
Monochromatic Colors of #756F3D
Black with #756F3D
Text Example
Text Example
White with #756F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F3D; }
p { color: rgb(117,111,61); }
H1.HeaderClassName
{
color: #756F3D;
}
.AnyTagClassName
{
color: #756F3D;
}
</style>
background-color css
<style>
a { background-color: #756F3D; }
a { background-color: rgb(117,111,61); }
div.DivClassName
{
background-color: #756F3D;
}
.BgClassName
{
background-color: #756F3D;
}
</style>
border-color css
<style>
span { border-color: #756F3D; }
span { border-color: rgb(117,111,61); }
td.TdClassName
{
border-color: #756F3D;
}
.TagClassName
{
border-color: #756F3D;
}
</style>