#074040

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

Shades of Cyprus #074040

Tints of Cyprus #074040

Color information

#074040 (or 0x074040) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 40. RGB value is (7,64,64). Sum of RGB (Red+Green+Blue) = 7+64+64=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #074040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074040 is #F8BFBF. Grayscale: #2E2E2E. Windows color (decimal): -16302016 or 4210695. OLE color: 4210695.

HSL color Cylindrical-coordinate representation of color #074040: hue angle of 180º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074040 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB76464-
CMYK0.89000.75
HSL180º80.28%13.92%-
HSV(B)180º89.06%25.1%-
XYZ2.854.085.49-
YUV46.96137.6299.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=5.19%
G=47.41%
B=47.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764640.89000.7518080.2813.92
Hex7404059004Bb450e
Octal71001001310011326412016
Binary1111000000100000010110010010010111011010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074040; }

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

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

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

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

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

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

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

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