#074647

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

Shades of Cyprus #074647

Tints of Cyprus #074647

Color information

#074647 (or 0x074647) is unknown color: approx Cyprus. HEX triplet: 07, 46 and 47. RGB value is (7,70,71). Sum of RGB (Red+Green+Blue) = 7+70+71=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #074647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074647 is #F8B9B8. Grayscale: #333333. Windows color (decimal): -16300473 or 4670983. OLE color: 4670983.

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

Color convert

RGB77071-
CMYK0.900.0100.72
HSL180.94º82.05%15.29%-
HSV(B)180.94º90.14%27.84%-
XYZ3.424.886.72-
YUV51.28139.1396.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=4.73%
G=47.30%
B=47.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal770710.900.0100.72180.9482.0515.29
Hex746475A1048b552f
Octal71061071321011026512217
Binary1111000110100011110110101010010001011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074647; }

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

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

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

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

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

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

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

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