Shades of Crete #77783C
Tints of Crete #77783C
RGB
CMYK
RGB Variations
Color information
#77783C (or 0x77783C) is known color: Crete. HEX triplet: 77, 78 and 3C. RGB value is (119,120,60). Sum of RGB (Red+Green+Blue) = 119+120+60=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #77783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77783C is #8887C3. Grayscale: #717171. Windows color (decimal): -8947652 or 3962999. OLE color: 3962999.
HSL color Cylindrical-coordinate representation of color #77783C: hue angle of 61º 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 #77783C is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 60 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.53 |
| HSL | 61º | 0.33% | 0.35% | - |
| HSV(B) | 61º | 0.5% | 0.47% | - |
| XYZ | 15.14 | 17.68 | 6.89 | - |
| YUV | 112.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 60 | 0.01 | 0 | 0.5 | 0.53 | 61 | 0.33 | 0.35 |
| Hex | 77 | 78 | 3C | 1 | 0 | 32 | 35 | 3D | 21 | 23 |
| Octal | 167 | 170 | 74 | 1 | 0 | 62 | 65 | 75 | 41 | 43 |
| Binary | 1110111 | 1111000 | 111100 | 1 | 0 | 110010 | 110101 | 111101 | 100001 | 100011 |
Color Harmonies of #77783C
Complementary color
Monochromatic Colors of #77783C
Black with #77783C
Text Example
Text Example
White with #77783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77783C; }
p { color: rgb(119,120,60); }
H1.HeaderClassName
{
color: #77783C;
}
.AnyTagClassName
{
color: #77783C;
}
</style>
background-color css
<style>
a { background-color: #77783C; }
a { background-color: rgb(119,120,60); }
div.DivClassName
{
background-color: #77783C;
}
.BgClassName
{
background-color: #77783C;
}
</style>
border-color css
<style>
span { border-color: #77783C; }
span { border-color: rgb(119,120,60); }
td.TdClassName
{
border-color: #77783C;
}
.TagClassName
{
border-color: #77783C;
}
</style>