Shades of Crete #787B3F
Tints of Crete #787B3F
RGB
CMYK
RGB Variations
Color information
#787B3F (or 0x787B3F) is known color: Crete. HEX triplet: 78, 7B and 3F. RGB value is (120,123,63). Sum of RGB (Red+Green+Blue) = 120+123+63=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #787B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787B3F is #8784C0. Grayscale: #737373. Windows color (decimal): -8881345 or 4160376. OLE color: 4160376.
HSL color Cylindrical-coordinate representation of color #787B3F: hue angle of 63º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #787B3F is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 63 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.52 |
| HSL | 63º | 0.32% | 0.36% | - |
| HSV(B) | 63º | 0.49% | 0.48% | - |
| XYZ | 15.73 | 18.52 | 7.45 | - |
| YUV | 115.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 63 | 0.02 | 0 | 0.49 | 0.52 | 63 | 0.32 | 0.36 |
| Hex | 78 | 7B | 3F | 2 | 0 | 31 | 34 | 3F | 20 | 24 |
| Octal | 170 | 173 | 77 | 2 | 0 | 61 | 64 | 77 | 40 | 44 |
| Binary | 1111000 | 1111011 | 111111 | 10 | 0 | 110001 | 110100 | 111111 | 100000 | 100100 |
Color Harmonies of #787B3F
Complementary color
Monochromatic Colors of #787B3F
Black with #787B3F
Text Example
Text Example
White with #787B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B3F; }
p { color: rgb(120,123,63); }
H1.HeaderClassName
{
color: #787B3F;
}
.AnyTagClassName
{
color: #787B3F;
}
</style>
background-color css
<style>
a { background-color: #787B3F; }
a { background-color: rgb(120,123,63); }
div.DivClassName
{
background-color: #787B3F;
}
.BgClassName
{
background-color: #787B3F;
}
</style>
border-color css
<style>
span { border-color: #787B3F; }
span { border-color: rgb(120,123,63); }
td.TdClassName
{
border-color: #787B3F;
}
.TagClassName
{
border-color: #787B3F;
}
</style>