Shades of Crete #78723D
Tints of Crete #78723D
RGB
CMYK
RGB Variations
Color information
#78723D (or 0x78723D) is known color: Crete. HEX triplet: 78, 72 and 3D. RGB value is (120,114,61). Sum of RGB (Red+Green+Blue) = 120+114+61=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78723D is #878DC2. Grayscale: #6D6D6D. Windows color (decimal): -8883651 or 4027000. OLE color: 4027000.
HSL color Cylindrical-coordinate representation of color #78723D: hue angle of 53.9º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78723D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 61 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.53 |
| HSL | 53.9º | 0.33% | 0.35% | - |
| HSV(B) | 53.9º | 0.49% | 0.47% | - |
| XYZ | 14.61 | 16.36 | 6.8 | - |
| YUV | 109.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 61 | 0 | 0.05 | 0.49 | 0.53 | 53.9 | 0.33 | 0.35 |
| Hex | 78 | 72 | 3D | 0 | 5 | 31 | 35 | 36 | 21 | 23 |
| Octal | 170 | 162 | 75 | 0 | 5 | 61 | 65 | 66 | 41 | 43 |
| Binary | 1111000 | 1110010 | 111101 | 0 | 101 | 110001 | 110101 | 110110 | 100001 | 100011 |
Color Harmonies of #78723D
Complementary color
Monochromatic Colors of #78723D
Black with #78723D
Text Example
Text Example
White with #78723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78723D; }
p { color: rgb(120,114,61); }
H1.HeaderClassName
{
color: #78723D;
}
.AnyTagClassName
{
color: #78723D;
}
</style>
background-color css
<style>
a { background-color: #78723D; }
a { background-color: rgb(120,114,61); }
div.DivClassName
{
background-color: #78723D;
}
.BgClassName
{
background-color: #78723D;
}
</style>
border-color css
<style>
span { border-color: #78723D; }
span { border-color: rgb(120,114,61); }
td.TdClassName
{
border-color: #78723D;
}
.TagClassName
{
border-color: #78723D;
}
</style>