Shades of Cyprus #074B41
Tints of Cyprus #074B41
RGB
CMYK
RGB Variations
Color information
#074B41 (or 0x074B41) is known color: Cyprus. HEX triplet: 07, 4B and 41. RGB value is (7,75,65). Sum of RGB (Red+Green+Blue) = 7+75+65=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #074B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B41 is #F8B4BE. Grayscale: #353535. Windows color (decimal): -16299199 or 4279047. OLE color: 4279047.
HSL color Cylindrical-coordinate representation of color #074B41: hue angle of 171.18º 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 #074B41 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 65 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.71 |
| HSL | 171.18º | 0.83% | 0.16% | - |
| HSV(B) | 171.18º | 0.91% | 0.29% | - |
| XYZ | 3.56 | 5.46 | 5.87 | - |
| YUV | 53.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 65 | 0.91 | 0 | 0.13 | 0.71 | 171.18 | 0.83 | 0.16 |
| Hex | 7 | 4B | 41 | 5B | 0 | D | 47 | AB | 53 | 10 |
| Octal | 7 | 113 | 101 | 133 | 0 | 15 | 107 | 253 | 123 | 20 |
| Binary | 111 | 1001011 | 1000001 | 1011011 | 0 | 1101 | 1000111 | 10101011 | 1010011 | 10000 |
Color Harmonies of #074B41
Complementary color
Monochromatic Colors of #074B41
Black with #074B41
Text Example
Text Example
White with #074B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B41; }
p { color: rgb(7,75,65); }
H1.HeaderClassName
{
color: #074B41;
}
.AnyTagClassName
{
color: #074B41;
}
</style>
background-color css
<style>
a { background-color: #074B41; }
a { background-color: rgb(7,75,65); }
div.DivClassName
{
background-color: #074B41;
}
.BgClassName
{
background-color: #074B41;
}
</style>
border-color css
<style>
span { border-color: #074B41; }
span { border-color: rgb(7,75,65); }
td.TdClassName
{
border-color: #074B41;
}
.TagClassName
{
border-color: #074B41;
}
</style>