#074840

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

Shades of Cyprus #074840

Tints of Cyprus #074840

Color information

#074840 (or 0x074840) is unknown color: approx Cyprus. HEX triplet: 07, 48 and 40. RGB value is (7,72,64). Sum of RGB (Red+Green+Blue) = 7+72+64=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #074840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074840 is #F8B7BF. Grayscale: #333333. Windows color (decimal): -16299968 or 4212743. OLE color: 4212743.

HSL color Cylindrical-coordinate representation of color #074840: hue angle of 172.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074840 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB77264-
CMYK0.9000.110.72
HSL172.62º82.28%15.49%-
HSV(B)172.62º90.28%28.24%-
XYZ3.335.055.65-
YUV51.65134.9796.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=4.90%
G=50.35%
B=44.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772640.9000.110.72172.6282.2815.49
Hex748405A0B48ad52f
Octal711010013201311025512217
Binary1111001000100000010110100101110010001010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074840; }

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

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

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

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

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

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

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

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