Shades of Cyprus #074B40
Tints of Cyprus #074B40
RGB
CMYK
RGB Variations
Color information
#074B40 (or 0x074B40) is known color: Cyprus. HEX triplet: 07, 4B and 40. RGB value is (7,75,64). Sum of RGB (Red+Green+Blue) = 7+75+64=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #074B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B40 is #F8B4BF. Grayscale: #353535. Windows color (decimal): -16299200 or 4213511. OLE color: 4213511.
HSL color Cylindrical-coordinate representation of color #074B40: hue angle of 170.29º 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 #074B40 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 64 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.71 |
| HSL | 170.29º | 0.83% | 0.16% | - |
| HSV(B) | 170.29º | 0.91% | 0.29% | - |
| XYZ | 3.53 | 5.45 | 5.72 | - |
| YUV | 53.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 64 | 0.91 | 0 | 0.15 | 0.71 | 170.29 | 0.83 | 0.16 |
| Hex | 7 | 4B | 40 | 5B | 0 | F | 47 | AA | 53 | 10 |
| Octal | 7 | 113 | 100 | 133 | 0 | 17 | 107 | 252 | 123 | 20 |
| Binary | 111 | 1001011 | 1000000 | 1011011 | 0 | 1111 | 1000111 | 10101010 | 1010011 | 10000 |
Color Harmonies of #074B40
Complementary color
Monochromatic Colors of #074B40
Black with #074B40
Text Example
Text Example
White with #074B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B40; }
p { color: rgb(7,75,64); }
H1.HeaderClassName
{
color: #074B40;
}
.AnyTagClassName
{
color: #074B40;
}
</style>
background-color css
<style>
a { background-color: #074B40; }
a { background-color: rgb(7,75,64); }
div.DivClassName
{
background-color: #074B40;
}
.BgClassName
{
background-color: #074B40;
}
</style>
border-color css
<style>
span { border-color: #074B40; }
span { border-color: rgb(7,75,64); }
td.TdClassName
{
border-color: #074B40;
}
.TagClassName
{
border-color: #074B40;
}
</style>