Shades of Crete #766A28
Tints of Crete #766A28
RGB
CMYK
RGB Variations
Color information
#766A28 (or 0x766A28) is known color: Crete. HEX triplet: 76, 6A and 28. RGB value is (118,106,40). Sum of RGB (Red+Green+Blue) = 118+106+40=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A28 is #8995D7. Grayscale: #666666. Windows color (decimal): -9016792 or 2648694. OLE color: 2648694.
HSL color Cylindrical-coordinate representation of color #766A28: hue angle of 50.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766A28 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 40 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.54 |
| HSL | 50.77º | 0.49% | 0.31% | - |
| HSV(B) | 50.77º | 0.66% | 0.46% | - |
| XYZ | 13.01 | 14.31 | 4.08 | - |
| YUV | 102.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 40 | 0 | 0.10 | 0.66 | 0.54 | 50.77 | 0.49 | 0.31 |
| Hex | 76 | 6A | 28 | 0 | A | 42 | 36 | 33 | 31 | 1F |
| Octal | 166 | 152 | 50 | 0 | 12 | 102 | 66 | 63 | 61 | 37 |
| Binary | 1110110 | 1101010 | 101000 | 0 | 1010 | 1000010 | 110110 | 110011 | 110001 | 11111 |
Color Harmonies of #766A28
Complementary color
Monochromatic Colors of #766A28
Black with #766A28
Text Example
Text Example
White with #766A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A28; }
p { color: rgb(118,106,40); }
H1.HeaderClassName
{
color: #766A28;
}
.AnyTagClassName
{
color: #766A28;
}
</style>
background-color css
<style>
a { background-color: #766A28; }
a { background-color: rgb(118,106,40); }
div.DivClassName
{
background-color: #766A28;
}
.BgClassName
{
background-color: #766A28;
}
</style>
border-color css
<style>
span { border-color: #766A28; }
span { border-color: rgb(118,106,40); }
td.TdClassName
{
border-color: #766A28;
}
.TagClassName
{
border-color: #766A28;
}
</style>