Shades of Crete #77733C
Tints of Crete #77733C
RGB
CMYK
RGB Variations
Color information
#77733C (or 0x77733C) is known color: Crete. HEX triplet: 77, 73 and 3C. RGB value is (119,115,60). Sum of RGB (Red+Green+Blue) = 119+115+60=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77733C is #888CC3. Grayscale: #6E6E6E. Windows color (decimal): -8948932 or 3961719. OLE color: 3961719.
HSL color Cylindrical-coordinate representation of color #77733C: hue angle of 55.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77733C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 60 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.53 |
| HSL | 55.93º | 0.33% | 0.35% | - |
| HSV(B) | 55.93º | 0.5% | 0.47% | - |
| XYZ | 14.55 | 16.51 | 6.69 | - |
| YUV | 109.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 60 | 0 | 0.03 | 0.50 | 0.53 | 55.93 | 0.33 | 0.35 |
| Hex | 77 | 73 | 3C | 0 | 3 | 32 | 35 | 38 | 21 | 23 |
| Octal | 167 | 163 | 74 | 0 | 3 | 62 | 65 | 70 | 41 | 43 |
| Binary | 1110111 | 1110011 | 111100 | 0 | 11 | 110010 | 110101 | 111000 | 100001 | 100011 |
Color Harmonies of #77733C
Complementary color
Monochromatic Colors of #77733C
Black with #77733C
Text Example
Text Example
White with #77733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77733C; }
p { color: rgb(119,115,60); }
H1.HeaderClassName
{
color: #77733C;
}
.AnyTagClassName
{
color: #77733C;
}
</style>
background-color css
<style>
a { background-color: #77733C; }
a { background-color: rgb(119,115,60); }
div.DivClassName
{
background-color: #77733C;
}
.BgClassName
{
background-color: #77733C;
}
</style>
border-color css
<style>
span { border-color: #77733C; }
span { border-color: rgb(119,115,60); }
td.TdClassName
{
border-color: #77733C;
}
.TagClassName
{
border-color: #77733C;
}
</style>