Shades of Crete #73763D
Tints of Crete #73763D
RGB
CMYK
RGB Variations
Color information
#73763D (or 0x73763D) is known color: Crete. HEX triplet: 73, 76 and 3D. RGB value is (115,118,61). Sum of RGB (Red+Green+Blue) = 115+118+61=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #73763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73763D is #8C89C2. Grayscale: #6E6E6E. Windows color (decimal): -9210307 or 4028019. OLE color: 4028019.
HSL color Cylindrical-coordinate representation of color #73763D: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73763D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 61 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.54 |
| HSL | 63.16º | 0.32% | 0.35% | - |
| HSV(B) | 63.16º | 0.48% | 0.46% | - |
| XYZ | 14.39 | 16.94 | 6.93 | - |
| YUV | 110.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 61 | 0.03 | 0 | 0.48 | 0.54 | 63.16 | 0.32 | 0.35 |
| Hex | 73 | 76 | 3D | 3 | 0 | 30 | 36 | 3F | 20 | 23 |
| Octal | 163 | 166 | 75 | 3 | 0 | 60 | 66 | 77 | 40 | 43 |
| Binary | 1110011 | 1110110 | 111101 | 11 | 0 | 110000 | 110110 | 111111 | 100000 | 100011 |
Color Harmonies of #73763D
Complementary color
Monochromatic Colors of #73763D
Black with #73763D
Text Example
Text Example
White with #73763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73763D; }
p { color: rgb(115,118,61); }
H1.HeaderClassName
{
color: #73763D;
}
.AnyTagClassName
{
color: #73763D;
}
</style>
background-color css
<style>
a { background-color: #73763D; }
a { background-color: rgb(115,118,61); }
div.DivClassName
{
background-color: #73763D;
}
.BgClassName
{
background-color: #73763D;
}
</style>
border-color css
<style>
span { border-color: #73763D; }
span { border-color: rgb(115,118,61); }
td.TdClassName
{
border-color: #73763D;
}
.TagClassName
{
border-color: #73763D;
}
</style>