Shades of Crete #766A2D
Tints of Crete #766A2D
RGB
CMYK
RGB Variations
Color information
#766A2D (or 0x766A2D) is known color: Crete. HEX triplet: 76, 6A and 2D. RGB value is (118,106,45). Sum of RGB (Red+Green+Blue) = 118+106+45=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A2D is #8995D2. Grayscale: #666666. Windows color (decimal): -9016787 or 2976374. OLE color: 2976374.
HSL color Cylindrical-coordinate representation of color #766A2D: hue angle of 50.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #766A2D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 45 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.54 |
| HSL | 50.14º | 0.45% | 0.32% | - |
| HSV(B) | 50.14º | 0.62% | 0.46% | - |
| XYZ | 13.1 | 14.35 | 4.56 | - |
| YUV | 102.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 45 | 0 | 0.10 | 0.62 | 0.54 | 50.14 | 0.45 | 0.32 |
| Hex | 76 | 6A | 2D | 0 | A | 3E | 36 | 32 | 2D | 20 |
| Octal | 166 | 152 | 55 | 0 | 12 | 76 | 66 | 62 | 55 | 40 |
| Binary | 1110110 | 1101010 | 101101 | 0 | 1010 | 111110 | 110110 | 110010 | 101101 | 100000 |
Color Harmonies of #766A2D
Complementary color
Monochromatic Colors of #766A2D
Black with #766A2D
Text Example
Text Example
White with #766A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A2D; }
p { color: rgb(118,106,45); }
H1.HeaderClassName
{
color: #766A2D;
}
.AnyTagClassName
{
color: #766A2D;
}
</style>
background-color css
<style>
a { background-color: #766A2D; }
a { background-color: rgb(118,106,45); }
div.DivClassName
{
background-color: #766A2D;
}
.BgClassName
{
background-color: #766A2D;
}
</style>
border-color css
<style>
span { border-color: #766A2D; }
span { border-color: rgb(118,106,45); }
td.TdClassName
{
border-color: #766A2D;
}
.TagClassName
{
border-color: #766A2D;
}
</style>