Shades of Crete #757A38
Tints of Crete #757A38
RGB
CMYK
RGB Variations
Color information
#757A38 (or 0x757A38) is known color: Crete. HEX triplet: 75, 7A and 38. RGB value is (117,122,56). Sum of RGB (Red+Green+Blue) = 117+122+56=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #757A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A38 is #8A85C7. Grayscale: #717171. Windows color (decimal): -9078216 or 3701365. OLE color: 3701365.
HSL color Cylindrical-coordinate representation of color #757A38: hue angle of 64.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757A38 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 56 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.52 |
| HSL | 64.55º | 0.37% | 0.35% | - |
| HSV(B) | 64.55º | 0.54% | 0.48% | - |
| XYZ | 15.01 | 17.99 | 6.42 | - |
| YUV | 112.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 56 | 0.04 | 0 | 0.54 | 0.52 | 64.55 | 0.37 | 0.35 |
| Hex | 75 | 7A | 38 | 4 | 0 | 36 | 34 | 41 | 25 | 23 |
| Octal | 165 | 172 | 70 | 4 | 0 | 66 | 64 | 101 | 45 | 43 |
| Binary | 1110101 | 1111010 | 111000 | 100 | 0 | 110110 | 110100 | 1000001 | 100101 | 100011 |
Color Harmonies of #757A38
Complementary color
Monochromatic Colors of #757A38
Black with #757A38
Text Example
Text Example
White with #757A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A38; }
p { color: rgb(117,122,56); }
H1.HeaderClassName
{
color: #757A38;
}
.AnyTagClassName
{
color: #757A38;
}
</style>
background-color css
<style>
a { background-color: #757A38; }
a { background-color: rgb(117,122,56); }
div.DivClassName
{
background-color: #757A38;
}
.BgClassName
{
background-color: #757A38;
}
</style>
border-color css
<style>
span { border-color: #757A38; }
span { border-color: rgb(117,122,56); }
td.TdClassName
{
border-color: #757A38;
}
.TagClassName
{
border-color: #757A38;
}
</style>