Shades of Cyprus #074C41
Tints of Cyprus #074C41
RGB
CMYK
RGB Variations
Color information
#074C41 (or 0x074C41) is known color: Cyprus. HEX triplet: 07, 4C and 41. RGB value is (7,76,65). Sum of RGB (Red+Green+Blue) = 7+76+65=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #074C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C41 is #F8B3BE. Grayscale: #363636. Windows color (decimal): -16298943 or 4279303. OLE color: 4279303.
HSL color Cylindrical-coordinate representation of color #074C41: hue angle of 170.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C41 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 65 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.70 |
| HSL | 170.43º | 0.83% | 0.16% | - |
| HSV(B) | 170.43º | 0.91% | 0.3% | - |
| XYZ | 3.63 | 5.6 | 5.89 | - |
| YUV | 54.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 65 | 0.91 | 0 | 0.14 | 0.70 | 170.43 | 0.83 | 0.16 |
| Hex | 7 | 4C | 41 | 5B | 0 | E | 46 | AA | 53 | 10 |
| Octal | 7 | 114 | 101 | 133 | 0 | 16 | 106 | 252 | 123 | 20 |
| Binary | 111 | 1001100 | 1000001 | 1011011 | 0 | 1110 | 1000110 | 10101010 | 1010011 | 10000 |
Color Harmonies of #074C41
Complementary color
Monochromatic Colors of #074C41
Black with #074C41
Text Example
Text Example
White with #074C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C41; }
p { color: rgb(7,76,65); }
H1.HeaderClassName
{
color: #074C41;
}
.AnyTagClassName
{
color: #074C41;
}
</style>
background-color css
<style>
a { background-color: #074C41; }
a { background-color: rgb(7,76,65); }
div.DivClassName
{
background-color: #074C41;
}
.BgClassName
{
background-color: #074C41;
}
</style>
border-color css
<style>
span { border-color: #074C41; }
span { border-color: rgb(7,76,65); }
td.TdClassName
{
border-color: #074C41;
}
.TagClassName
{
border-color: #074C41;
}
</style>