#074745

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

Shades of Cyprus #074745

Tints of Cyprus #074745

Color information

#074745 (or 0x074745) is unknown color: approx Cyprus. HEX triplet: 07, 47 and 45. RGB value is (7,71,69). Sum of RGB (Red+Green+Blue) = 7+71+69=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #074745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074745 is #F8B8BA. Grayscale: #333333. Windows color (decimal): -16300219 or 4540167. OLE color: 4540167.

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

Color convert

RGB77169-
CMYK0.9000.030.72
HSL178.12º82.05%15.29%-
HSV(B)178.12º90.14%27.84%-
XYZ3.424.986.41-
YUV51.64137.896.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=4.76%
G=48.30%
B=46.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771690.9000.030.72178.1282.0515.29
Hex747455A0348b252f
Octal71071051320311026212217
Binary11110001111000101101101001110010001011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074745; }

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

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

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

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

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

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

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

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