Shades of Cyprus #074A44
Tints of Cyprus #074A44
RGB
CMYK
RGB Variations
Color information
#074A44 (or 0x074A44) is known color: Cyprus. HEX triplet: 07, 4A and 44. RGB value is (7,74,68). Sum of RGB (Red+Green+Blue) = 7+74+68=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #074A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A44 is #F8B5BB. Grayscale: #353535. Windows color (decimal): -16299452 or 4475399. OLE color: 4475399.
HSL color Cylindrical-coordinate representation of color #074A44: hue angle of 174.63º 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 #074A44 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 68 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.71 |
| HSL | 174.63º | 0.83% | 0.16% | - |
| HSV(B) | 174.63º | 0.91% | 0.29% | - |
| XYZ | 3.58 | 5.36 | 6.31 | - |
| YUV | 53.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 68 | 0.91 | 0 | 0.08 | 0.71 | 174.63 | 0.83 | 0.16 |
| Hex | 7 | 4A | 44 | 5B | 0 | 8 | 47 | AF | 53 | 10 |
| Octal | 7 | 112 | 104 | 133 | 0 | 10 | 107 | 257 | 123 | 20 |
| Binary | 111 | 1001010 | 1000100 | 1011011 | 0 | 1000 | 1000111 | 10101111 | 1010011 | 10000 |
Color Harmonies of #074A44
Complementary color
Monochromatic Colors of #074A44
Black with #074A44
Text Example
Text Example
White with #074A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A44; }
p { color: rgb(7,74,68); }
H1.HeaderClassName
{
color: #074A44;
}
.AnyTagClassName
{
color: #074A44;
}
</style>
background-color css
<style>
a { background-color: #074A44; }
a { background-color: rgb(7,74,68); }
div.DivClassName
{
background-color: #074A44;
}
.BgClassName
{
background-color: #074A44;
}
</style>
border-color css
<style>
span { border-color: #074A44; }
span { border-color: rgb(7,74,68); }
td.TdClassName
{
border-color: #074A44;
}
.TagClassName
{
border-color: #074A44;
}
</style>