Shades of Crete #747B36
Tints of Crete #747B36
RGB
CMYK
RGB Variations
Color information
#747B36 (or 0x747B36) is known color: Crete. HEX triplet: 74, 7B and 36. RGB value is (116,123,54). Sum of RGB (Red+Green+Blue) = 116+123+54=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #747B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B36 is #8B84C9. Grayscale: #717171. Windows color (decimal): -9143498 or 3570548. OLE color: 3570548.
HSL color Cylindrical-coordinate representation of color #747B36: hue angle of 66.09º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #747B36 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 54 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.52 |
| HSL | 66.09º | 0.39% | 0.35% | - |
| HSV(B) | 66.09º | 0.56% | 0.48% | - |
| XYZ | 14.95 | 18.15 | 6.2 | - |
| YUV | 113.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 54 | 0.06 | 0 | 0.56 | 0.52 | 66.09 | 0.39 | 0.35 |
| Hex | 74 | 7B | 36 | 6 | 0 | 38 | 34 | 42 | 27 | 23 |
| Octal | 164 | 173 | 66 | 6 | 0 | 70 | 64 | 102 | 47 | 43 |
| Binary | 1110100 | 1111011 | 110110 | 110 | 0 | 111000 | 110100 | 1000010 | 100111 | 100011 |
Color Harmonies of #747B36
Complementary color
Monochromatic Colors of #747B36
Black with #747B36
Text Example
Text Example
White with #747B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B36; }
p { color: rgb(116,123,54); }
H1.HeaderClassName
{
color: #747B36;
}
.AnyTagClassName
{
color: #747B36;
}
</style>
background-color css
<style>
a { background-color: #747B36; }
a { background-color: rgb(116,123,54); }
div.DivClassName
{
background-color: #747B36;
}
.BgClassName
{
background-color: #747B36;
}
</style>
border-color css
<style>
span { border-color: #747B36; }
span { border-color: rgb(116,123,54); }
td.TdClassName
{
border-color: #747B36;
}
.TagClassName
{
border-color: #747B36;
}
</style>