Shades of Crete #7D7C3D
Tints of Crete #7D7C3D
RGB
CMYK
RGB Variations
Color information
#7D7C3D (or 0x7D7C3D) is known color: Crete. HEX triplet: 7D, 7C and 3D. RGB value is (125,124,61). Sum of RGB (Red+Green+Blue) = 125+124+61=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C3D is #8283C2. Grayscale: #757575. Windows color (decimal): -8553411 or 4029565. OLE color: 4029565.
HSL color Cylindrical-coordinate representation of color #7D7C3D: hue angle of 59.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D7C3D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 124 | 61 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.51 |
| HSL | 59.06º | 0.34% | 0.36% | - |
| HSV(B) | 59.06º | 0.51% | 0.49% | - |
| XYZ | 16.51 | 19.11 | 7.23 | - |
| YUV | 117.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 61 | 0 | 0.01 | 0.51 | 0.51 | 59.06 | 0.34 | 0.36 |
| Hex | 7D | 7C | 3D | 0 | 1 | 33 | 33 | 3B | 22 | 24 |
| Octal | 175 | 174 | 75 | 0 | 1 | 63 | 63 | 73 | 42 | 44 |
| Binary | 1111101 | 1111100 | 111101 | 0 | 1 | 110011 | 110011 | 111011 | 100010 | 100100 |
Color Harmonies of #7D7C3D
Complementary color
Monochromatic Colors of #7D7C3D
Black with #7D7C3D
Text Example
Text Example
White with #7D7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C3D; }
p { color: rgb(125,124,61); }
H1.HeaderClassName
{
color: #7D7C3D;
}
.AnyTagClassName
{
color: #7D7C3D;
}
</style>
background-color css
<style>
a { background-color: #7D7C3D; }
a { background-color: rgb(125,124,61); }
div.DivClassName
{
background-color: #7D7C3D;
}
.BgClassName
{
background-color: #7D7C3D;
}
</style>
border-color css
<style>
span { border-color: #7D7C3D; }
span { border-color: rgb(125,124,61); }
td.TdClassName
{
border-color: #7D7C3D;
}
.TagClassName
{
border-color: #7D7C3D;
}
</style>