Shades of Crete #766B2C
Tints of Crete #766B2C
RGB
CMYK
RGB Variations
Color information
#766B2C (or 0x766B2C) is known color: Crete. HEX triplet: 76, 6B and 2C. RGB value is (118,107,44). Sum of RGB (Red+Green+Blue) = 118+107+44=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2C is #8994D3. Grayscale: #676767. Windows color (decimal): -9016532 or 2911094. OLE color: 2911094.
HSL color Cylindrical-coordinate representation of color #766B2C: hue angle of 51.08º 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 #766B2C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 44 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.54 |
| HSL | 51.08º | 0.46% | 0.32% | - |
| HSV(B) | 51.08º | 0.63% | 0.46% | - |
| XYZ | 13.18 | 14.55 | 4.5 | - |
| YUV | 103.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 44 | 0 | 0.09 | 0.63 | 0.54 | 51.08 | 0.46 | 0.32 |
| Hex | 76 | 6B | 2C | 0 | 9 | 3F | 36 | 33 | 2E | 20 |
| Octal | 166 | 153 | 54 | 0 | 11 | 77 | 66 | 63 | 56 | 40 |
| Binary | 1110110 | 1101011 | 101100 | 0 | 1001 | 111111 | 110110 | 110011 | 101110 | 100000 |
Color Harmonies of #766B2C
Complementary color
Monochromatic Colors of #766B2C
Black with #766B2C
Text Example
Text Example
White with #766B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B2C; }
p { color: rgb(118,107,44); }
H1.HeaderClassName
{
color: #766B2C;
}
.AnyTagClassName
{
color: #766B2C;
}
</style>
background-color css
<style>
a { background-color: #766B2C; }
a { background-color: rgb(118,107,44); }
div.DivClassName
{
background-color: #766B2C;
}
.BgClassName
{
background-color: #766B2C;
}
</style>
border-color css
<style>
span { border-color: #766B2C; }
span { border-color: rgb(118,107,44); }
td.TdClassName
{
border-color: #766B2C;
}
.TagClassName
{
border-color: #766B2C;
}
</style>