Shades of Crete #77743C
Tints of Crete #77743C
RGB
CMYK
RGB Variations
Color information
#77743C (or 0x77743C) is known color: Crete. HEX triplet: 77, 74 and 3C. RGB value is (119,116,60). Sum of RGB (Red+Green+Blue) = 119+116+60=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77743C is #888BC3. Grayscale: #6E6E6E. Windows color (decimal): -8948676 or 3961975. OLE color: 3961975.
HSL color Cylindrical-coordinate representation of color #77743C: hue angle of 56.95º 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 #77743C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 60 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.53 |
| HSL | 56.95º | 0.33% | 0.35% | - |
| HSV(B) | 56.95º | 0.5% | 0.47% | - |
| XYZ | 14.67 | 16.74 | 6.73 | - |
| YUV | 110.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 60 | 0 | 0.03 | 0.50 | 0.53 | 56.95 | 0.33 | 0.35 |
| Hex | 77 | 74 | 3C | 0 | 3 | 32 | 35 | 39 | 21 | 23 |
| Octal | 167 | 164 | 74 | 0 | 3 | 62 | 65 | 71 | 41 | 43 |
| Binary | 1110111 | 1110100 | 111100 | 0 | 11 | 110010 | 110101 | 111001 | 100001 | 100011 |
Color Harmonies of #77743C
Complementary color
Monochromatic Colors of #77743C
Black with #77743C
Text Example
Text Example
White with #77743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77743C; }
p { color: rgb(119,116,60); }
H1.HeaderClassName
{
color: #77743C;
}
.AnyTagClassName
{
color: #77743C;
}
</style>
background-color css
<style>
a { background-color: #77743C; }
a { background-color: rgb(119,116,60); }
div.DivClassName
{
background-color: #77743C;
}
.BgClassName
{
background-color: #77743C;
}
</style>
border-color css
<style>
span { border-color: #77743C; }
span { border-color: rgb(119,116,60); }
td.TdClassName
{
border-color: #77743C;
}
.TagClassName
{
border-color: #77743C;
}
</style>