Shades of Crete #786D30
Tints of Crete #786D30
RGB
CMYK
RGB Variations
Color information
#786D30 (or 0x786D30) is known color: Crete. HEX triplet: 78, 6D and 30. RGB value is (120,109,48). Sum of RGB (Red+Green+Blue) = 120+109+48=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #786D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D30 is #8792CF. Grayscale: #696969. Windows color (decimal): -8884944 or 3173752. OLE color: 3173752.
HSL color Cylindrical-coordinate representation of color #786D30: hue angle of 50.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #786D30 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 48 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.53 |
| HSL | 50.83º | 0.43% | 0.33% | - |
| HSV(B) | 50.83º | 0.6% | 0.47% | - |
| XYZ | 13.75 | 15.14 | 4.99 | - |
| YUV | 105.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 48 | 0 | 0.09 | 0.60 | 0.53 | 50.83 | 0.43 | 0.33 |
| Hex | 78 | 6D | 30 | 0 | 9 | 3C | 35 | 33 | 2B | 21 |
| Octal | 170 | 155 | 60 | 0 | 11 | 74 | 65 | 63 | 53 | 41 |
| Binary | 1111000 | 1101101 | 110000 | 0 | 1001 | 111100 | 110101 | 110011 | 101011 | 100001 |
Color Harmonies of #786D30
Complementary color
Monochromatic Colors of #786D30
Black with #786D30
Text Example
Text Example
White with #786D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D30; }
p { color: rgb(120,109,48); }
H1.HeaderClassName
{
color: #786D30;
}
.AnyTagClassName
{
color: #786D30;
}
</style>
background-color css
<style>
a { background-color: #786D30; }
a { background-color: rgb(120,109,48); }
div.DivClassName
{
background-color: #786D30;
}
.BgClassName
{
background-color: #786D30;
}
</style>
border-color css
<style>
span { border-color: #786D30; }
span { border-color: rgb(120,109,48); }
td.TdClassName
{
border-color: #786D30;
}
.TagClassName
{
border-color: #786D30;
}
</style>