Shades of Crete #766C33
Tints of Crete #766C33
RGB
CMYK
RGB Variations
Color information
#766C33 (or 0x766C33) is known color: Crete. HEX triplet: 76, 6C and 33. RGB value is (118,108,51). Sum of RGB (Red+Green+Blue) = 118+108+51=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C33 is #8993CC. Grayscale: #686868. Windows color (decimal): -9016269 or 3370102. OLE color: 3370102.
HSL color Cylindrical-coordinate representation of color #766C33: hue angle of 51.04º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766C33 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 51 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.54 |
| HSL | 51.04º | 0.4% | 0.33% | - |
| HSV(B) | 51.04º | 0.57% | 0.46% | - |
| XYZ | 13.43 | 14.82 | 5.28 | - |
| YUV | 104.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 51 | 0 | 0.08 | 0.57 | 0.54 | 51.04 | 0.4 | 0.33 |
| Hex | 76 | 6C | 33 | 0 | 8 | 39 | 36 | 33 | 28 | 21 |
| Octal | 166 | 154 | 63 | 0 | 10 | 71 | 66 | 63 | 50 | 41 |
| Binary | 1110110 | 1101100 | 110011 | 0 | 1000 | 111001 | 110110 | 110011 | 101000 | 100001 |
Color Harmonies of #766C33
Complementary color
Monochromatic Colors of #766C33
Black with #766C33
Text Example
Text Example
White with #766C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C33; }
p { color: rgb(118,108,51); }
H1.HeaderClassName
{
color: #766C33;
}
.AnyTagClassName
{
color: #766C33;
}
</style>
background-color css
<style>
a { background-color: #766C33; }
a { background-color: rgb(118,108,51); }
div.DivClassName
{
background-color: #766C33;
}
.BgClassName
{
background-color: #766C33;
}
</style>
border-color css
<style>
span { border-color: #766C33; }
span { border-color: rgb(118,108,51); }
td.TdClassName
{
border-color: #766C33;
}
.TagClassName
{
border-color: #766C33;
}
</style>