#074744

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

Shades of Cyprus #074744

Tints of Cyprus #074744

Color information

#074744 (or 0x074744) is unknown color: approx Cyprus. HEX triplet: 07, 47 and 44. RGB value is (7,71,68). Sum of RGB (Red+Green+Blue) = 7+71+68=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #074744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074744 is #F8B8BB. Grayscale: #333333. Windows color (decimal): -16300220 or 4474631. OLE color: 4474631.

HSL color Cylindrical-coordinate representation of color #074744: hue angle of 177.19º 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 #074744 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB77168-
CMYK0.9000.040.72
HSL177.19º82.05%15.29%-
HSV(B)177.19º90.14%27.84%-
XYZ3.384.976.25-
YUV51.52137.396.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=4.79%
G=48.63%
B=46.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771680.9000.040.72177.1982.0515.29
Hex747445A0448b152f
Octal71071041320411026112217
Binary111100011110001001011010010010010001011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074744; }

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

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

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

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

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

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

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

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