#074440

Color #074440 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #074440

Tints of Cyprus #074440

Color information

#074440 (or 0x074440) is unknown color: approx Cyprus. HEX triplet: 07, 44 and 40. RGB value is (7,68,64). Sum of RGB (Red+Green+Blue) = 7+68+64=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #074440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074440 is #F8BBBF. Grayscale: #313131. Windows color (decimal): -16300992 or 4211719. OLE color: 4211719.

HSL color Cylindrical-coordinate representation of color #074440: hue angle of 176.07º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074440 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB76864-
CMYK0.9000.060.73
HSL176.07º81.33%14.71%-
HSV(B)176.07º89.71%26.67%-
XYZ3.084.555.57-
YUV49.3136.2997.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=5.04%
G=48.92%
B=46.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768640.9000.060.73176.0781.3314.71
Hex744405A0649b051f
Octal71041001320611126012117
Binary111100010010000001011010011010010011011000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074440; }

 p { color: rgb(7,68,64); }

 H1.HeaderClassName
 {
   color: #074440;
 }
 .AnyTagClassName
 {
   color: #074440;
 }
</style>
background-color css

<style>
 a { background-color: #074440; }

 a { background-color: rgb(7,68,64); }

 div.DivClassName
 {
   background-color: #074440;
 }
 .BgClassName
 {
   background-color: #074440;
 }
</style>
border-color css

<style>
 span { border-color: #074440; }

 span { border-color: rgb(7,68,64); }

 td.TdClassName
 {
   border-color: #074440;
 }
 .TagClassName
 {
   border-color: #074440;
 }
</style>