Shades of Crete #766E2C
Tints of Crete #766E2C
RGB
CMYK
RGB Variations
Color information
#766E2C (or 0x766E2C) is known color: Crete. HEX triplet: 76, 6E and 2C. RGB value is (118,110,44). Sum of RGB (Red+Green+Blue) = 118+110+44=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E2C is #8991D3. Grayscale: #696969. Windows color (decimal): -9015764 or 2911862. OLE color: 2911862.
HSL color Cylindrical-coordinate representation of color #766E2C: hue angle of 53.51º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #766E2C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 44 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.54 |
| HSL | 53.51º | 0.46% | 0.32% | - |
| HSV(B) | 53.51º | 0.63% | 0.46% | - |
| XYZ | 13.5 | 15.19 | 4.6 | - |
| YUV | 104.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 44 | 0 | 0.07 | 0.63 | 0.54 | 53.51 | 0.46 | 0.32 |
| Hex | 76 | 6E | 2C | 0 | 7 | 3F | 36 | 36 | 2E | 20 |
| Octal | 166 | 156 | 54 | 0 | 7 | 77 | 66 | 66 | 56 | 40 |
| Binary | 1110110 | 1101110 | 101100 | 0 | 111 | 111111 | 110110 | 110110 | 101110 | 100000 |
Color Harmonies of #766E2C
Complementary color
Monochromatic Colors of #766E2C
Black with #766E2C
Text Example
Text Example
White with #766E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E2C; }
p { color: rgb(118,110,44); }
H1.HeaderClassName
{
color: #766E2C;
}
.AnyTagClassName
{
color: #766E2C;
}
</style>
background-color css
<style>
a { background-color: #766E2C; }
a { background-color: rgb(118,110,44); }
div.DivClassName
{
background-color: #766E2C;
}
.BgClassName
{
background-color: #766E2C;
}
</style>
border-color css
<style>
span { border-color: #766E2C; }
span { border-color: rgb(118,110,44); }
td.TdClassName
{
border-color: #766E2C;
}
.TagClassName
{
border-color: #766E2C;
}
</style>