Shades of Crete #77723C
Tints of Crete #77723C
RGB
CMYK
RGB Variations
Color information
#77723C (or 0x77723C) is known color: Crete. HEX triplet: 77, 72 and 3C. RGB value is (119,114,60). Sum of RGB (Red+Green+Blue) = 119+114+60=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77723C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77723C is #888DC3. Grayscale: #6D6D6D. Windows color (decimal): -8949188 or 3961463. OLE color: 3961463.
HSL color Cylindrical-coordinate representation of color #77723C: hue angle of 54.92º 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 #77723C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 60 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.53 |
| HSL | 54.92º | 0.33% | 0.35% | - |
| HSV(B) | 54.92º | 0.5% | 0.47% | - |
| XYZ | 14.44 | 16.28 | 6.66 | - |
| YUV | 109.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 60 | 0 | 0.04 | 0.50 | 0.53 | 54.92 | 0.33 | 0.35 |
| Hex | 77 | 72 | 3C | 0 | 4 | 32 | 35 | 37 | 21 | 23 |
| Octal | 167 | 162 | 74 | 0 | 4 | 62 | 65 | 67 | 41 | 43 |
| Binary | 1110111 | 1110010 | 111100 | 0 | 100 | 110010 | 110101 | 110111 | 100001 | 100011 |
Color Harmonies of #77723C
Complementary color
Monochromatic Colors of #77723C
Black with #77723C
Text Example
Text Example
White with #77723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77723C; }
p { color: rgb(119,114,60); }
H1.HeaderClassName
{
color: #77723C;
}
.AnyTagClassName
{
color: #77723C;
}
</style>
background-color css
<style>
a { background-color: #77723C; }
a { background-color: rgb(119,114,60); }
div.DivClassName
{
background-color: #77723C;
}
.BgClassName
{
background-color: #77723C;
}
</style>
border-color css
<style>
span { border-color: #77723C; }
span { border-color: rgb(119,114,60); }
td.TdClassName
{
border-color: #77723C;
}
.TagClassName
{
border-color: #77723C;
}
</style>