Shades of Cyprus #074A47
Tints of Cyprus #074A47
RGB
CMYK
RGB Variations
Color information
#074A47 (or 0x074A47) is known color: Cyprus. HEX triplet: 07, 4A and 47. RGB value is (7,74,71). Sum of RGB (Red+Green+Blue) = 7+74+71=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #074A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A47 is #F8B5B8. Grayscale: #353535. Windows color (decimal): -16299449 or 4672007. OLE color: 4672007.
HSL color Cylindrical-coordinate representation of color #074A47: hue angle of 177.31º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A47 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 71 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.71 |
| HSL | 177.31º | 0.83% | 0.16% | - |
| HSV(B) | 177.31º | 0.91% | 0.29% | - |
| XYZ | 3.67 | 5.4 | 6.81 | - |
| YUV | 53.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 71 | 0.91 | 0 | 0.04 | 0.71 | 177.31 | 0.83 | 0.16 |
| Hex | 7 | 4A | 47 | 5B | 0 | 4 | 47 | B1 | 53 | 10 |
| Octal | 7 | 112 | 107 | 133 | 0 | 4 | 107 | 261 | 123 | 20 |
| Binary | 111 | 1001010 | 1000111 | 1011011 | 0 | 100 | 1000111 | 10110001 | 1010011 | 10000 |
Color Harmonies of #074A47
Complementary color
Monochromatic Colors of #074A47
Black with #074A47
Text Example
Text Example
White with #074A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A47; }
p { color: rgb(7,74,71); }
H1.HeaderClassName
{
color: #074A47;
}
.AnyTagClassName
{
color: #074A47;
}
</style>
background-color css
<style>
a { background-color: #074A47; }
a { background-color: rgb(7,74,71); }
div.DivClassName
{
background-color: #074A47;
}
.BgClassName
{
background-color: #074A47;
}
</style>
border-color css
<style>
span { border-color: #074A47; }
span { border-color: rgb(7,74,71); }
td.TdClassName
{
border-color: #074A47;
}
.TagClassName
{
border-color: #074A47;
}
</style>