Shades of Crete #78783C
Tints of Crete #78783C
RGB
CMYK
RGB Variations
Color information
#78783C (or 0x78783C) is known color: Crete. HEX triplet: 78, 78 and 3C. RGB value is (120,120,60). Sum of RGB (Red+Green+Blue) = 120+120+60=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78783C is #8787C3. Grayscale: #717171. Windows color (decimal): -8882116 or 3963000. OLE color: 3963000.
HSL color Cylindrical-coordinate representation of color #78783C: hue angle of 60º 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 #78783C is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 60 | - |
| CMYK | 0 | 0 | 0.5 | 0.53 |
| HSL | 60º | 0.33% | 0.35% | - |
| HSV(B) | 60º | 0.5% | 0.47% | - |
| XYZ | 15.28 | 17.75 | 6.9 | - |
| YUV | 113.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 60 | 0 | 0 | 0.5 | 0.53 | 60 | 0.33 | 0.35 |
| Hex | 78 | 78 | 3C | 0 | 0 | 32 | 35 | 3C | 21 | 23 |
| Octal | 170 | 170 | 74 | 0 | 0 | 62 | 65 | 74 | 41 | 43 |
| Binary | 1111000 | 1111000 | 111100 | 0 | 0 | 110010 | 110101 | 111100 | 100001 | 100011 |
Color Harmonies of #78783C
Complementary color
Monochromatic Colors of #78783C
Black with #78783C
Text Example
Text Example
White with #78783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78783C; }
p { color: rgb(120,120,60); }
H1.HeaderClassName
{
color: #78783C;
}
.AnyTagClassName
{
color: #78783C;
}
</style>
background-color css
<style>
a { background-color: #78783C; }
a { background-color: rgb(120,120,60); }
div.DivClassName
{
background-color: #78783C;
}
.BgClassName
{
background-color: #78783C;
}
</style>
border-color css
<style>
span { border-color: #78783C; }
span { border-color: rgb(120,120,60); }
td.TdClassName
{
border-color: #78783C;
}
.TagClassName
{
border-color: #78783C;
}
</style>