Html Css Color HEX #074A40 Cyprus

📋 copy color: '#074A40'

red 7 ◦ green 74 ◦ blue 64

#074A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #074A40

Tints of Cyprus #074A40

RGB

 RED value IS 7 (3.13% from 255) = 4.83%

 GREEN value IS 74 (29.3% from 255) = 51.03%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 4.83%
G = 51.03%
B = 44.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#074A40 (or 0x074A40) is known color: Cyprus. HEX triplet: 07, 4A and 40. RGB value is (7,74,64). Sum of RGB (Red+Green+Blue) = 7+74+64=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #074A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A40 is #F8B5BF. Grayscale: #343434. Windows color (decimal): -16299456 or 4213255. OLE color: 4213255.

HSL color Cylindrical-coordinate representation of color #074A40: hue angle of 171.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A40 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 64 -
CMYK 0.91 0 0.14 0.71
HSL 171.04º 0.83% 0.16% -
HSV(B) 171.04º 0.91% 0.29% -
XYZ 3.46 5.31 5.69 -
YUV 52.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 7 74 64 0.91 0 0.14 0.71 171.04 0.83 0.16
Hex 7 4A 40 5B 0 E 47 AB 53 10
Octal 7 112 100 133 0 16 107 253 123 20
Binary 111 1001010 1000000 1011011 0 1110 1000111 10101011 1010011 10000

Color Harmonies of #074A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A40

Black with #074A40

Text Example


Text Example

White with #074A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074A40; }

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

 H1.HeaderClassName
 {
   color: #074A40;
 }
 .AnyTagClassName
 {
   color: #074A40;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #074A40;
 }
 .BgClassName
 {
   background-color: #074A40;
 }
</style>

border-color css

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

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

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