Shades of Crete #7D7E38
Tints of Crete #7D7E38
RGB
CMYK
RGB Variations
Color information
#7D7E38 (or 0x7D7E38) is known color: Crete. HEX triplet: 7D, 7E and 38. RGB value is (125,126,56). Sum of RGB (Red+Green+Blue) = 125+126+56=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7E38 is #8281C7. Grayscale: #757575. Windows color (decimal): -8552904 or 3702397. OLE color: 3702397.
HSL color Cylindrical-coordinate representation of color #7D7E38: hue angle of 60.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D7E38 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 126 | 56 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.51 |
| HSL | 60.86º | 0.38% | 0.36% | - |
| HSV(B) | 60.86º | 0.56% | 0.49% | - |
| XYZ | 16.63 | 19.57 | 6.64 | - |
| YUV | 117.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 56 | 0.01 | 0 | 0.56 | 0.51 | 60.86 | 0.38 | 0.36 |
| Hex | 7D | 7E | 38 | 1 | 0 | 38 | 33 | 3D | 26 | 24 |
| Octal | 175 | 176 | 70 | 1 | 0 | 70 | 63 | 75 | 46 | 44 |
| Binary | 1111101 | 1111110 | 111000 | 1 | 0 | 111000 | 110011 | 111101 | 100110 | 100100 |
Color Harmonies of #7D7E38
Complementary color
Monochromatic Colors of #7D7E38
Black with #7D7E38
Text Example
Text Example
White with #7D7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7E38; }
p { color: rgb(125,126,56); }
H1.HeaderClassName
{
color: #7D7E38;
}
.AnyTagClassName
{
color: #7D7E38;
}
</style>
background-color css
<style>
a { background-color: #7D7E38; }
a { background-color: rgb(125,126,56); }
div.DivClassName
{
background-color: #7D7E38;
}
.BgClassName
{
background-color: #7D7E38;
}
</style>
border-color css
<style>
span { border-color: #7D7E38; }
span { border-color: rgb(125,126,56); }
td.TdClassName
{
border-color: #7D7E38;
}
.TagClassName
{
border-color: #7D7E38;
}
</style>