#073C40

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

Shades of Cyprus #073C40

Tints of Cyprus #073C40

Color information

#073C40 (or 0x073C40) is unknown color: approx Cyprus. HEX triplet: 07, 3C and 40. RGB value is (7,60,64). Sum of RGB (Red+Green+Blue) = 7+60+64=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #073C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C40 is #F8C3BF. Grayscale: #2C2C2C. Windows color (decimal): -16303040 or 4209671. OLE color: 4209671.

HSL color Cylindrical-coordinate representation of color #073C40: hue angle of 184.21º 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 #073C40 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB76064-
CMYK0.890.0600.75
HSL184.21º80.28%13.92%-
HSV(B)184.21º89.06%25.1%-
XYZ2.633.655.42-
YUV44.61138.94101.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=5.34%
G=45.80%
B=48.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal760640.890.0600.75184.2180.2813.92
Hex73C4059604Bb850e
Octal7741001316011327012016
Binary11111110010000001011001110010010111011100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073C40; }

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

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

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

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

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

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

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

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