Html Css Color HEX #074344 Cyprus

📋 copy color: '#074344'

red 7 ◦ green 67 ◦ blue 68

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

Shades of Cyprus #074344

Tints of Cyprus #074344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.18%

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 4.93%
G = 47.18%
B = 47.89%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074344 (or 0x074344) is known color: Cyprus. HEX triplet: 07, 43 and 44. RGB value is (7,67,68). Sum of RGB (Red+Green+Blue) = 7+67+68=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #074344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074344 is #F8BCBB. Grayscale: #313131. Windows color (decimal): -16301244 or 4473607. OLE color: 4473607.

HSL color Cylindrical-coordinate representation of color #074344: hue angle of 180.98º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074344 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 67 68 -
CMYK 0.90 0.01 0 0.73
HSL 180.98º 0.81% 0.15% -
HSV(B) 180.98º 0.9% 0.27% -
XYZ 3.14 4.48 6.17 -
YUV 49.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 7 67 68 0.90 0.01 0 0.73 180.98 0.81 0.15
Hex 7 43 44 5A 1 0 49 B5 51 F
Octal 7 103 104 132 1 0 111 265 121 17
Binary 111 1000011 1000100 1011010 1 0 1001001 10110101 1010001 1111

Color Harmonies of #074344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074344

Black with #074344

Text Example


Text Example

White with #074344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074344; }

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

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

background-color css

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

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

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

border-color css

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

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

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