Shades of Crete #786F34
Tints of Crete #786F34
RGB
CMYK
RGB Variations
Color information
#786F34 (or 0x786F34) is known color: Crete. HEX triplet: 78, 6F and 34. RGB value is (120,111,52). Sum of RGB (Red+Green+Blue) = 120+111+52=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #786F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F34 is #8790CB. Grayscale: #6B6B6B. Windows color (decimal): -8884428 or 3436408. OLE color: 3436408.
HSL color Cylindrical-coordinate representation of color #786F34: hue angle of 52.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786F34 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 52 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.53 |
| HSL | 52.06º | 0.4% | 0.34% | - |
| HSV(B) | 52.06º | 0.57% | 0.47% | - |
| XYZ | 14.05 | 15.61 | 5.52 | - |
| YUV | 106.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 52 | 0 | 0.08 | 0.57 | 0.53 | 52.06 | 0.4 | 0.34 |
| Hex | 78 | 6F | 34 | 0 | 8 | 39 | 35 | 34 | 28 | 22 |
| Octal | 170 | 157 | 64 | 0 | 10 | 71 | 65 | 64 | 50 | 42 |
| Binary | 1111000 | 1101111 | 110100 | 0 | 1000 | 111001 | 110101 | 110100 | 101000 | 100010 |
Color Harmonies of #786F34
Complementary color
Monochromatic Colors of #786F34
Black with #786F34
Text Example
Text Example
White with #786F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F34; }
p { color: rgb(120,111,52); }
H1.HeaderClassName
{
color: #786F34;
}
.AnyTagClassName
{
color: #786F34;
}
</style>
background-color css
<style>
a { background-color: #786F34; }
a { background-color: rgb(120,111,52); }
div.DivClassName
{
background-color: #786F34;
}
.BgClassName
{
background-color: #786F34;
}
</style>
border-color css
<style>
span { border-color: #786F34; }
span { border-color: rgb(120,111,52); }
td.TdClassName
{
border-color: #786F34;
}
.TagClassName
{
border-color: #786F34;
}
</style>